Downgraded version of Clap module; started work on a configure subcommand to help users set up their service
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-10-21 19:21:52 -04:00
parent 327ec9c62f
commit 0b327f304e
4 changed files with 37 additions and 5 deletions

View File

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