16 lines
359 B
TOML
16 lines
359 B
TOML
[package]
|
|
name = "cove-input"
|
|
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.4"
|