Skip to content

Commit 0a4e6a1

Browse files
committed
Cargo.toml に include セクションを追加して、ビルド対象ファイルを明示する
1 parent 1f51447 commit 0a4e6a1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ description = "Raw audio/video player for Rust"
1010
homepage = "https://github.com/shiguredo/raw-player-rs"
1111
repository = "https://github.com/shiguredo/raw-player-rs"
1212
readme = "README.md"
13+
include = ["/src/**/*", "/build.rs", "/README.md", "/LICENSE"]
1314

1415
[dependencies]
1516

0 commit comments

Comments
 (0)