a lot of things are working

This commit is contained in:
notplants
2024-09-09 15:34:22 -04:00
parent 2c26200867
commit b4e2dd2683
5 changed files with 537 additions and 259 deletions

View File

@ -33,7 +33,7 @@ travis-ci = { repository = "peachcloud/peach-web", branch = "master" }
maintenance = { status = "actively-developed" }
[dependencies]
async-std = "1.10"
async-std = { version = "1", features=["attributes", "tokio1"] }
base64 = "0.13"
chrono = "0.4"
dirs = "4.0"
@ -50,3 +50,5 @@ rouille = { version = "3.5", default-features = false }
temporary = "0.6"
vnstat_parse = "0.1.0"
xdg = "2.2"
jsonrpc_client = { version = "0.7", features = ["macros", "reqwest"] }
reqwest = "0.11.24"