feat(configuration): Add global configuration

also update some error messages
This commit is contained in:
Alexander Navarro 2024-04-29 19:22:45 -04:00
parent 8cd4b4b10f
commit f0485abfbb
6 changed files with 67 additions and 22 deletions

View file

@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
ignore = "0.4.22"
lazy_static = "1.4.0"
prost = "0.12.4"
tokio = { version = "1", features = ["full"] }
tonic = "0.11.0"