diff options
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,6 @@ [workspace] members = [ - "crates/*" + "crates/*", ] resolver = "2" @@ -42,6 +42,12 @@ typed-builder = "0.18.2" pretty_assertions = "1.3.0" thiserror = "1.0" rustix = { version = "0.38.34", features = ["process", "fs"] } +tower = "0.4" +tracing = "0.1" + +[workspace.dependencies.tracing-subscriber] +version = "0.3" +features = ["ansi", "fmt", "registry", "env-filter"] [workspace.dependencies.reqwest] version = "0.11" |
