cove/cove-config/Cargo.toml

15 lines
276 B
TOML

[package]
name = "cove-config"
version.workspace = true
edition.workspace = true
[dependencies]
cove-input = { path = "../cove-input" }
cove-macro = { path = "../cove-macro" }
serde.workspace = true
thiserror.workspace = true
toml.workspace = true
[lints]
workspace = true