Desktop: run HTTP API, show version

This commit is contained in:
Igor Katson 2023-12-06 12:14:26 +00:00
parent 3a69f04782
commit 2d43f41664
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
6 changed files with 71 additions and 14 deletions

View file

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