🚧 Add process handling framework

This commit is contained in:
Lucy 2022-06-22 14:09:59 -04:00
parent 5b9527461f
commit affb81a7a0
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
3 changed files with 131 additions and 2 deletions

View file

@ -8,7 +8,9 @@ authors = ["Lucy <lucy@system76.com>"]
publish = false
[dependencies]
color-eyre = "0.6.1"
async-signals = "0.4"
color-eyre = "0.6"
tokio = { version = "1", features = ["full"] }
tokio-util = "0.7"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }