Skip to content

Commit

Permalink
Include the entire repository for cargo package
Browse files Browse the repository at this point in the history
- Add tests and other config files to have a complete package
  • Loading branch information
bluk committed May 15, 2024
1 parent 441556b commit 6cde841
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 6cde841

Please sign in to comment.