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

@ -3008,7 +3008,7 @@ dependencies = [
[[package]]
name = "rqbit-desktop"
version = "0.0.0"
version = "5.0.0-beta.1"
dependencies = [
"anyhow",
"base64 0.21.5",
@ -3020,6 +3020,7 @@ dependencies = [
"tauri",
"tauri-build",
"tokio",
"tracing",
"tracing-subscriber",
]