bin/{wall,write}: init
Build and test / check (push) Successful in 1m9s
Build and test / build (push) Successful in 1m58s
Build and test / test (push) Failing after 4m6s
Build and test / docs (push) Successful in 5m57s

This commit is contained in:
2026-07-28 18:23:51 +09:00
parent 324fecbfb2
commit f2676d202d
6 changed files with 333 additions and 1 deletions
+21
View File
@@ -42,6 +42,7 @@ chrono-tz = "0.10.4"
netlink-proto = "0.12.0"
netlink-sys = { version = "0.8.8", features = ["tokio_socket"] }
netlink-packet-audit = "0.6.1"
thiserror = "2.0.19"
[dev-dependencies]
indoc = "2.0.7"
@@ -90,6 +91,16 @@ name = "rwho"
bench = false
path = "src/bin/rwho.rs"
[[bin]]
name = "wall"
bench = false
path = "src/bin/wall.rs"
[[bin]]
name = "write"
bench = false
path = "src/bin/write.rs"
[profile.releaselto]
inherits = "release"
strip = true
@@ -125,6 +136,16 @@ assets = [
"usr/bin/rwho",
"0755"
],
[
"target/release/wall",
"usr/bin/wall",
"0755"
],
[
"target/release/write",
"usr/bin/write",
"0755"
],
[
"assets/debian/config.toml",
"etc/roowho2/config.toml",