cove/cove-config/Cargo.toml
2023-12-28 20:05:18 +01: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.8.8"