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 1c03b38
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 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",
"/src",
"/tests",
"Cargo.toml",
"README.md",
"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 1c03b38

Please sign in to comment.