18 lines
343 B
TOML
18 lines
343 B
TOML
[package]
|
|
name = "cove-input"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
cove-macro = { path = "../cove-macro" }
|
|
|
|
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
|