diff options
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/mozart-autoload/Cargo.toml | 3 | ||||
| -rw-r--r-- | crates/mozart-core/Cargo.toml | 1 | ||||
| -rw-r--r-- | crates/mozart-registry/Cargo.toml | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/crates/mozart-autoload/Cargo.toml b/crates/mozart-autoload/Cargo.toml index 84ec08a..93037df 100644 --- a/crates/mozart-autoload/Cargo.toml +++ b/crates/mozart-autoload/Cargo.toml @@ -4,14 +4,11 @@ version.workspace = true edition.workspace = true [dependencies] -mozart-core.workspace = true mozart-registry.workspace = true anyhow.workspace = true md5.workspace = true regex.workspace = true -serde.workspace = true serde_json.workspace = true -tracing.workspace = true [dev-dependencies] tempfile.workspace = true diff --git a/crates/mozart-core/Cargo.toml b/crates/mozart-core/Cargo.toml index 85a5c9f..25210be 100644 --- a/crates/mozart-core/Cargo.toml +++ b/crates/mozart-core/Cargo.toml @@ -10,7 +10,6 @@ dialoguer.workspace = true regex.workspace = true serde.workspace = true serde_json.workspace = true -tracing.workspace = true [dev-dependencies] tempfile.workspace = true diff --git a/crates/mozart-registry/Cargo.toml b/crates/mozart-registry/Cargo.toml index a048f91..b388438 100644 --- a/crates/mozart-registry/Cargo.toml +++ b/crates/mozart-registry/Cargo.toml @@ -7,7 +7,6 @@ edition.workspace = true mozart-constraint.workspace = true mozart-core.workspace = true anyhow.workspace = true -bzip2.workspace = true filetime.workspace = true flate2.workspace = true md5.workspace = true @@ -19,5 +18,4 @@ sha1.workspace = true tar.workspace = true tempfile.workspace = true tokio.workspace = true -tracing.workspace = true zip.workspace = true |
