Add base configuration (#1)
All checks were successful
continuous-integration/drone Build is passing

Reviewed-on: #1
This commit is contained in:
2023-04-27 15:51:07 +00:00
parent af7b48b9b7
commit 7a45fe1c0c
4 changed files with 500 additions and 0 deletions

View File

@ -6,3 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.17"
env_logger = "0.10.0"
clap = {version="4.2.4", features=["derive", "env"]}
lazy_static = "1.4.0"