12 lines
217 B
TOML
12 lines
217 B
TOML
|
[package]
|
||
|
name = "repline"
|
||
|
repository.workspace = true
|
||
|
version.workspace = true
|
||
|
authors.workspace = true
|
||
|
edition.workspace = true
|
||
|
license.workspace = true
|
||
|
publish.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
crossterm = "0.27.0"
|