feat(rust): add configuration parsing and an error type
This commit is contained in:
@@ -6,7 +6,13 @@ edition = "2024"
|
||||
[dependencies]
|
||||
tokio = { version = "*", features = ["full"] }
|
||||
serde = { version = "*", features = ["derive"] }
|
||||
either = { version = "*", features = ["serde"] }
|
||||
|
||||
thiserror = "*"
|
||||
clap = { version = "*", features = ["derive"] }
|
||||
anyhow = "*"
|
||||
tracing = "*"
|
||||
tracing-subscriber = "*"
|
||||
|
||||
clap = { version = "*", features = ["derive"] }
|
||||
figment = { version = "*", features = ["toml", "env", "json"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user