cove/cove-config/Cargo.toml
2023-08-31 14:01:03 +02:00

13 lines
268 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 = "0.7.6"