aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-core/Cargo.toml
blob: fb114ffd4342f19f189ca66469ae7754560bb1b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "mozart-core"
version.workspace = true
edition.workspace = true

[dependencies]
mozart-console-macros.workspace = true
mozart-spdx-licenses.workspace = true
anyhow.workspace = true
colored.workspace = true
dialoguer.workspace = true
regex.workspace = true
serde.workspace = true
serde_json.workspace = true

[dev-dependencies]
tempfile.workspace = true