Files
account/Cargo.toml
T
sisungo bfcc98b50e initial commit
Signed-off-by: sisungo <[email protected]>
2026-07-18 20:30:39 +08:00

13 lines
279 B
TOML

[workspace]
members = [
"lib/semios_account",
"lib/auth_method_fx",
"daemon/accountd",
"libexec/auth_password",
"bin/account",
]
resolver = "3"
[workspace.dependencies]
clap = { version = "4", default-features = false, features = ["std", "help", "derive"] }