Added Clap module for more advanced CLI command/argument handling

This commit is contained in:
Gregory Ballantine
2022-10-21 00:16:25 -04:00
parent 21740a63c1
commit 327ec9c62f
2 changed files with 32 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ license = "BSD 2-Clause"
authors = ["Gregory Ballantine <gballantine@bitgoblin.tech>"]
[dependencies]
clap = { version = "4.0", features = ['derive'] }
config = { version = "0.13", features = ['toml'] }
log = "0.4"
log4rs = "1.1"