diff options
Diffstat (limited to 'crates/mozart-registry/Cargo.toml')
| -rw-r--r-- | crates/mozart-registry/Cargo.toml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/crates/mozart-registry/Cargo.toml b/crates/mozart-registry/Cargo.toml new file mode 100644 index 0000000..964e0a1 --- /dev/null +++ b/crates/mozart-registry/Cargo.toml @@ -0,0 +1,22 @@ +[package] +name = "mozart-registry" +version.workspace = true +edition.workspace = true + +[dependencies] +mozart-constraint.workspace = true +mozart-core.workspace = true +anyhow.workspace = true +bzip2.workspace = true +filetime.workspace = true +flate2.workspace = true +md5.workspace = true +pubgrub.workspace = true +reqwest.workspace = true +serde.workspace = true +serde_json.workspace = true +sha1.workspace = true +tar.workspace = true +tempfile.workspace = true +tokio.workspace = true +zip.workspace = true |
