aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/Cargo.toml
blob: b8b3c066d183394eb47901c241635706979fef3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[package]
name = "mozart"
version.workspace = true
edition.workspace = true

[dependencies]
mozart-console-macros.workspace = true
mozart-core.workspace = true
mozart-semver.workspace = true
mozart-spdx-licenses.workspace = true
anyhow.workspace = true
clap.workspace = true
clap_complete.workspace = true
colored.workspace = true
indexmap.workspace = true
regex.workspace = true
reqwest.workspace = true
self-replace.workspace = true
serde.workspace = true
serde_json.workspace = true
sha1.workspace = true
tempfile.workspace = true
terminal_size.workspace = true
tokio.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
url.workspace = true

[dev-dependencies]
mozart-test-harness.workspace = true
assert_cmd.workspace = true
predicates.workspace = true

[lints]
workspace = true