This commit is contained in:
nora 2024-08-30 01:10:06 +02:00
parent a081ecc8c8
commit 5102c3ff64
18 changed files with 527 additions and 143 deletions

View file

@ -22,6 +22,9 @@ toml = "0.8.19"
clap = { version = "4.5.16", features = ["derive"] }
postcard = { version = "1.0.10", features = ["alloc"] }
libc = "0.2.158"
seccompiler = "0.4.0"
secrecy = { version = "0.8.0", features = ["serde"] }
zeroize = "1.8.1"
[lints]
workspace = true