WIP
Build and test / check (push) Failing after 53s
Build and test / test (push) Failing after 1m22s
Build and test / build (push) Successful in 1m44s
Build and test / docs (push) Failing after 1m41s

This commit is contained in:
2026-01-04 20:16:59 +09:00
parent b12752bd17
commit 4d3afef6ab
7 changed files with 138 additions and 15 deletions
+2 -1
View File
@@ -15,10 +15,11 @@ autolib = false
[dependencies]
anyhow = "1.0.100"
bytes = "1.11.0"
chrono = { version = "0.4.42", features = ["serde"] }
clap = { version = "4.5.53", features = ["derive"] }
nix = { version = "0.30.1", features = ["hostname", "net"] }
tokio = { version = "1.49.0", features = ["net", "rt-multi-thread"] }
tokio = { version = "1.49.0", features = ["macros", "net", "rt-multi-thread"] }
# onc-rpc = "0.3.2"
# sd-notify = "0.4.5"
# serde = { version = "1.0.228", features = ["derive"] }