17 lines
390 B
TOML
17 lines
390 B
TOML
[package]
|
|
name = "crank-import"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
crank-core = { path = "../crank-core" }
|
|
crank-mapping = { path = "../crank-mapping" }
|
|
crank-schema = { path = "../crank-schema" }
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
serde_yaml.workspace = true
|
|
thiserror.workspace = true
|
|
|