Repline/Cargo.toml

12 lines
266 B
TOML

[package]
name = "repline"
repository = "https://git.soft.fish/j/Repline"
version = "0.0.7"
authors = ["John Breaux <j@soft.fish>"]
edition = "2021"
license = "MIT"
publish = ["soft-fish"]
[dependencies]
crossterm = { version = "0.27.0", default-features = false }