Configure all deps in workspace

This commit is contained in:
Joscha 2024-12-04 20:20:07 +01:00
parent cff933b0bf
commit 2ecc482533
5 changed files with 75 additions and 56 deletions

View file

@ -1,16 +1,15 @@
[package]
name = "cove-config"
version = { workspace = true }
edition = { workspace = true }
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.13"
serde.workspace = true
thiserror.workspace = true
toml.workspace = true
[lints]
workspace = true