diff options
Diffstat (limited to 'crates/mozart-vcs/Cargo.toml')
| -rw-r--r-- | crates/mozart-vcs/Cargo.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/crates/mozart-vcs/Cargo.toml b/crates/mozart-vcs/Cargo.toml new file mode 100644 index 0000000..61fd57e --- /dev/null +++ b/crates/mozart-vcs/Cargo.toml @@ -0,0 +1,20 @@ +[package] +name = "mozart-vcs" +version.workspace = true +edition.workspace = true + +[dependencies] +mozart-core.workspace = true +mozart-semver.workspace = true +anyhow.workspace = true +base64.workspace = true +regex.workspace = true +reqwest.workspace = true +serde.workspace = true +serde_json.workspace = true +sha1.workspace = true +tokio.workspace = true +url.workspace = true + +[dev-dependencies] +tempfile.workspace = true |
