Fix Cargo.toml for optional features
This commit is contained in:
parent
0b1499aa10
commit
4ac512121b
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ webui = []
|
|||
timed_existence = []
|
||||
default-tls = ["reqwest/default-tls"]
|
||||
rust-tls = ["reqwest/rustls-tls"]
|
||||
storage_middleware = ["lru", "rand_distr"]
|
||||
storage_examples = []
|
||||
|
||||
[dependencies]
|
||||
bencode = { path = "../bencode", default-features = false, package = "librqbit-bencode", version = "2.2.2" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue