feat: always control server status

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-03-11 03:34:52 +03:00
parent 2755034013
commit adbbd52b3e
2 changed files with 74 additions and 26 deletions

View file

@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-std = "1.12.0"
dioxus = { version = "0.5.0-alpha.0", features = ["web"] }
log = "0.4.21"
reqwest = { version = "0.11.24", features = ["json"] }