add update_status function to toolbox to refresh status on individual toolbox (#16)

This commit is contained in:
2022-06-19 20:22:27 +02:00
parent 047b44a91f
commit 321fb23661
4 changed files with 126 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ edition = "2021"
[dependencies]
relm4 = {version="0.4", features = ["libadwaita", "macros"]}
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[package.metadata.appimage]
auto_link = true