Skip to content

Commit 6cde841

Browse files
committed
Include the entire repository for cargo package
- Add tests and other config files to have a complete package
1 parent 441556b commit 6cde841

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

Cargo.toml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ repository = "https://github.com/bluk/bt_bencode"
99
documentation = "https://docs.rs/bt_bencode/"
1010
readme = "README.md"
1111
include = [
12-
"src/**/*.rs",
13-
"Cargo.toml",
14-
"README.md",
15-
"LICENSE-APACHE",
16-
"LICENSE-MIT",
12+
"/src",
13+
"/tests",
14+
"/Cargo.toml",
15+
"/CHANGELOG.md",
16+
"/clippy.toml",
17+
"/deny.toml",
18+
"/LICENSE-APACHE",
19+
"/LICENSE-MIT",
20+
"/README.md",
1721
]
1822
keywords = ["bencode", "bittorrent", "torrent", "serialization", "serde"]
1923
categories = ["encoding", "no-std"]

0 commit comments

Comments
 (0)