fixing cargo publish
This commit is contained in:
parent
8552916399
commit
29d1d333ae
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@ repository = "https://github.com/ikatson/rqbit"
|
|||
readme = "README.md"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[features]
|
||||
default = ["sha1-crypto-hash"]
|
||||
sha1-crypto-hash = ["bencode/sha1-crypto-hash"]
|
||||
sha1-ring = ["bencode/sha1-ring"]
|
||||
|
||||
[dependencies]
|
||||
tokio = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue