Prepare librqbit-core

This commit is contained in:
Igor Katson 2023-11-15 14:18:03 +00:00
parent 51e9ad0c6d
commit ce6769eee6
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -10,6 +10,12 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["sha1-system"]
sha1-system = ["bencode/sha1-system"]
sha1-openssl = ["bencode/sha1-openssl"]
sha1-rust = ["bencode/sha1-rust"]
[dependencies]
hex = "0.4"
anyhow = "1"