🚧 Add process handling framework
This commit is contained in:
parent
5b9527461f
commit
affb81a7a0
3 changed files with 131 additions and 2 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue