Add structopt option parsing, use a plain textfile for each user rather than YAML

This commit is contained in:
Barry Pederson
2022-02-28 19:14:54 -08:00
parent 3b01c2a893
commit bb65edd766
5 changed files with 319 additions and 125 deletions
+2 -2
View File
@@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
syslog = "^6.0"
yaml-rust = "0.4"
structopt = "^0.3.26"
syslog = "^6.0"