1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-02 19:21:03 +02:00

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
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
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"