Repline/Cargo.toml
2025-08-07 04:26:58 -04:00

12 lines
266 B
TOML

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