diff options
Diffstat (limited to 'crates/mozart-core/Cargo.toml')
| -rw-r--r-- | crates/mozart-core/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/mozart-core/Cargo.toml b/crates/mozart-core/Cargo.toml index fb114ff..afdde29 100644 --- a/crates/mozart-core/Cargo.toml +++ b/crates/mozart-core/Cargo.toml @@ -10,8 +10,10 @@ anyhow.workspace = true colored.workspace = true dialoguer.workspace = true regex.workspace = true +reqwest.workspace = true serde.workspace = true serde_json.workspace = true +tracing.workspace = true [dev-dependencies] tempfile.workspace = true |
