Configure all deps in workspace
This commit is contained in:
parent
cff933b0bf
commit
2ecc482533
5 changed files with 75 additions and 56 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue