aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-core/Cargo.toml
blob: 391c3101fa59e4bc21885f345f2b12d90f1875cd (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-spdx-licenses.workspace = true
anyhow.workspace = true
colored.workspace = true
dialoguer.workspace = true
regex.workspace = true
serde.workspace = true
serde_json.workspace = true
mozart-console-macros = { version = "0.1.0", path = "../mozart-console-macros" }

[dev-dependencies]
tempfile.workspace = true