Basic webui works
This commit is contained in:
parent
1585a7e04a
commit
88ca5960df
7 changed files with 574 additions and 10 deletions
|
|
@ -12,7 +12,8 @@ readme = "README.md"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[features]
|
||||
default = ["sha1-system", "default-tls"]
|
||||
default = ["sha1-system", "default-tls", "webui"]
|
||||
webui = ["librqbit/webui"]
|
||||
timed_existence = ["librqbit/timed_existence"]
|
||||
sha1-system = ["librqbit/sha1-system"]
|
||||
sha1-openssl = ["librqbit/sha1-openssl"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue