🚧 Basic ProcessHandler works!

This commit is contained in:
Lucy 2022-06-24 11:43:48 -04:00
parent 7d3cacf839
commit 8bf6567a91
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
3 changed files with 54 additions and 0 deletions

View file

@ -10,6 +10,8 @@ publish = false
[dependencies]
async-signals = "0.4"
color-eyre = "0.6"
futures-util = "0.3.21"
libc = "0.2"
tokio = { version = "1", features = ["full"] }
tokio-util = "0.7"
tracing = "0.1"