feat(script): new watch mode

Resolves #30
This commit is contained in:
Jake Stanger
2022-11-06 17:39:15 +00:00
parent 1c032ae8e3
commit 73158c2fce
3 changed files with 100 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ derive_builder = "0.11.2"
gtk = "0.16.0"
gtk-layer-shell = "0.5.0"
glib = "0.16.2"
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread", "time"] }
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread", "time", "process"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
tracing-error = "0.2.0"