Configure all deps in workspace
This commit is contained in:
parent
cff933b0bf
commit
2ecc482533
5 changed files with 75 additions and 56 deletions
|
|
@ -1,19 +1,18 @@
|
|||
[package]
|
||||
name = "cove-input"
|
||||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
cove-macro = { path = "../cove-macro" }
|
||||
|
||||
crossterm = { workspace = true }
|
||||
parking_lot = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_either = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
toss = { workspace = true }
|
||||
|
||||
edit = "0.1.5"
|
||||
crossterm.workspace = true
|
||||
edit.workspace = true
|
||||
parking_lot.workspace = true
|
||||
serde.workspace = true
|
||||
serde_either.workspace = true
|
||||
thiserror.workspace = true
|
||||
toss.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue