fixing cargo publish
This commit is contained in:
parent
559d933ac5
commit
bc5e23bf6d
1 changed files with 8 additions and 0 deletions
|
|
@ -8,6 +8,14 @@ documentation = "https://docs.rs/librqbit-peer-protocol"
|
|||
repository = "https://github.com/ikatson/rqbit"
|
||||
readme = "README.md"
|
||||
|
||||
[features]
|
||||
default = ["sha1-crypto-hash"]
|
||||
sha1-crypto-hash = [
|
||||
"bencode/sha1-crypto-hash",
|
||||
"librqbit-core/sha1-crypto-hash",
|
||||
]
|
||||
sha1-ring = ["bencode/sha1-ring", "librqbit-core/sha1-ring"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[dependencies]
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue