Progress towards implementing the rwho server
Build and test / check (push) Failing after 1m7s
Build and test / build (push) Successful in 1m12s
Build and test / docs (push) Failing after 1m52s
Build and test / test (push) Has been cancelled

This commit is contained in:
2026-01-04 17:09:00 +09:00
parent 5a0a65c3cf
commit 8436bffce0
9 changed files with 1363 additions and 27 deletions
+9 -1
View File
@@ -14,8 +14,16 @@ autobins = false
autolib = false
[dependencies]
anyhow = "1.0.100"
chrono = { version = "0.4.42", features = ["serde"] }
clap = { version = "4.5.53", features = ["derive"] }
sd-notify = "0.4.5"
nix = { version = "0.30.1", features = ["hostname", "net"] }
tokio = { version = "1.49.0", features = ["net", "rt-multi-thread"] }
# onc-rpc = "0.3.2"
# sd-notify = "0.4.5"
# serde = { version = "1.0.228", features = ["derive"] }
# serde_json = "1.0.148"
uucore = { version = "0.5.0", features = ["utmpx"] }
[lib]
name = "roowho2_lib"