a lot of things are working
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user