Prepare librqbit-core
This commit is contained in:
parent
51e9ad0c6d
commit
ce6769eee6
1 changed files with 6 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue