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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
[features]
|
[features]
|
||||||
default = ["sha1-crypto-hash"]
|
default = ["sha1-crypto-hash"]
|
||||||
sha1-crypto-hash = ["bencode/sha1-crypto-hash"]
|
sha1-crypto-hash = [
|
||||||
sha1-ring = ["bencode/sha1-ring"]
|
"bencode/sha1-crypto-hash",
|
||||||
|
"librqbit-core/sha1-crypto-hash",
|
||||||
|
]
|
||||||
|
sha1-ring = ["bencode/sha1-ring", "librqbit-core/sha1-ring"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio = "1"
|
tokio = "1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue