📦 ♻️ Refactor a bunch of stuff; debian packaging

This commit is contained in:
Lucy 2022-07-07 16:45:17 -04:00
parent a0091235a4
commit a67a677a1a
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
15 changed files with 1119 additions and 149 deletions

View file

@ -12,8 +12,8 @@ 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"] }
nix = { version = "0.24", features = ["fs"], default-features = false }
sendfd = { version = "0.4", features = ["tokio"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["full"] }