Desktop: run HTTP API, show version
This commit is contained in:
parent
3a69f04782
commit
2d43f41664
6 changed files with 71 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rqbit-desktop"
|
||||
version = "0.0.0"
|
||||
version = "5.0.0-beta.1"
|
||||
description = "rqbit torrent client"
|
||||
authors = ["you"]
|
||||
license = ""
|
||||
|
|
@ -22,7 +22,8 @@ anyhow = "1.0.75"
|
|||
base64 = "0.21.5"
|
||||
http = "1.0.0"
|
||||
directories = "5.0.1"
|
||||
tracing-subscriber = "0.3.18"
|
||||
tracing-subscriber = {version = "0.3.18", features = ["env-filter"] }
|
||||
tracing = "0.1"
|
||||
|
||||
[features]
|
||||
# this feature is used for production builds or when `devPath` points to the filesystem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue