like curses, but not evil [WIP]
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bless/Cargo.toml

16 lines
346 B

[package]
name = "bless"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anes = { version = "0.1.6", features = ["parser"] }
crossbeam-channel = "0.5.6"
smart-default = "0.6.0"
# For TTY interface
termios = "0.3.3"
timeout-readwrite = "0.3.2"