diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1081,6 +1081,7 @@ dependencies = [ "mozart-core", "mozart-registry", "mozart-semver", + "mozart-vcs", "predicates", "regex", "reqwest", @@ -1175,6 +1176,7 @@ dependencies = [ "mozart-metadata-minifier", "mozart-sat-resolver", "mozart-semver", + "mozart-vcs", "reqwest", "serde", "serde_json", @@ -1206,6 +1208,24 @@ dependencies = [ ] [[package]] +name = "mozart-vcs" +version = "0.1.0" +dependencies = [ + "anyhow", + "base64", + "mozart-core", + "mozart-semver", + "regex", + "reqwest", + "serde", + "serde_json", + "sha1", + "tempfile", + "tokio", + "url", +] + +[[package]] name = "normalize-line-endings" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" |
