server/walld: init
Build and test / check (push) Successful in 1m8s
Build and test / build (push) Successful in 1m59s
Build and test / test (push) Successful in 3m54s
Build and test / docs (push) Successful in 4m50s

This commit is contained in:
2026-07-28 20:29:46 +09:00
parent 53195a6dea
commit d4e5d7fc0d
8 changed files with 723 additions and 42 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ bytes = "1.12.1"
chrono = { version = "0.4.45", features = ["serde"] }
clap = { version = "4.6.3", features = ["derive"] }
futures-util = "0.3.33"
nix = { version = "0.31.3", features = ["hostname", "net", "fs", "user"] }
nix = { version = "0.31.3", features = ["hostname", "net", "fs", "term", "user"] }
serde = { version = "1.0.229", features = ["derive"] }
tokio = { version = "1.53.0", features = ["macros", "net", "rt-multi-thread", "signal", "sync", "time"] }
toml = "1.1.3"