Basic webui works

This commit is contained in:
Igor Katson 2023-11-20 20:15:40 +00:00
parent 1585a7e04a
commit 88ca5960df
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
7 changed files with 574 additions and 10 deletions

View file

@ -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"]