aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-vcs/Cargo.toml
blob: 61fd57e77f32b9bf72d0b05684cad03bb2cb79ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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