🚧 More IPC stuff

This commit is contained in:
Lucy 2022-06-28 16:17:43 -04:00
parent a0c05bcb66
commit 97fa3df483
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
3 changed files with 34 additions and 7 deletions

View file

@ -12,6 +12,7 @@ async-signals = "0.4"
color-eyre = "0.6"
futures-util = "0.3"
libc = "0.2"
sendfd = { version = "0.4.1", features = ["tokio"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["full"] }