fixing cargo publish
This commit is contained in:
parent
29d1d333ae
commit
a82c882d4e
1 changed files with 5 additions and 2 deletions
|
|
@ -11,8 +11,11 @@ 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"]
|
||||
sha1-crypto-hash = [
|
||||
"bencode/sha1-crypto-hash",
|
||||
"librqbit-core/sha1-crypto-hash",
|
||||
]
|
||||
sha1-ring = ["bencode/sha1-ring", "librqbit-core/sha1-ring"]
|
||||
|
||||
[dependencies]
|
||||
tokio = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue