Cargo.toml: disable unimplemented binaries
Some checks failed
Build and test / check (push) Failing after 1m1s
Build and test / build (push) Successful in 2m11s
Build and test / test (push) Successful in 1m47s
Build and test / docs (push) Successful in 3m17s

This commit is contained in:
2026-01-06 11:06:48 +09:00
parent ce75889f05
commit 3854a7a78b

View File

@@ -40,30 +40,30 @@ name = "roowhod"
bench = false
path = "src/bin/roowhod.rs"
[[bin]]
name = "finger"
bench = false
path = "src/bin/finger.rs"
# [[bin]]
# name = "finger"
# bench = false
# path = "src/bin/finger.rs"
[[bin]]
name = "rup"
bench = false
path = "src/bin/rup.rs"
# [[bin]]
# name = "rup"
# bench = false
# path = "src/bin/rup.rs"
[[bin]]
name = "ruptime"
bench = false
path = "src/bin/ruptime.rs"
[[bin]]
name = "rusers"
bench = false
path = "src/bin/rusers.rs"
# [[bin]]
# name = "rusers"
# bench = false
# path = "src/bin/rusers.rs"
[[bin]]
name = "rwall"
bench = false
path = "src/bin/rwall.rs"
# [[bin]]
# name = "rwall"
# bench = false
# path = "src/bin/rwall.rs"
[[bin]]
name = "rwho"