fixing cargo publish

This commit is contained in:
Igor Katson 2025-01-06 17:30:52 +00:00
parent 29d1d333ae
commit a82c882d4e
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -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"