Socket passing works!

This commit is contained in:
Lucy 2022-06-30 12:07:45 -04:00
parent 606800a711
commit dedfb57285
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
3 changed files with 32 additions and 5 deletions

View file

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