diff --git a/Cargo.toml b/Cargo.toml index 9f87428..655691a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,11 +9,15 @@ repository = "https://github.com/bluk/bt_bencode" documentation = "https://docs.rs/bt_bencode/" readme = "README.md" include = [ - "src/**/*.rs", - "Cargo.toml", - "README.md", - "LICENSE-APACHE", - "LICENSE-MIT", + "/src", + "/tests", + "/Cargo.toml", + "/CHANGELOG.md", + "/clippy.toml", + "/deny.toml", + "/LICENSE-APACHE", + "/LICENSE-MIT", + "/README.md", ] keywords = ["bencode", "bittorrent", "torrent", "serialization", "serde"] categories = ["encoding", "no-std"]