led/Cargo.toml
Nathan Vegdahl 17beb9c06d Using a smallstring implementation inside the screen buffer.
This keeps things contiguous in memory in the common case.
2017-12-31 20:05:00 -08:00

19 lines
312 B
TOML

[package]
name = "Led"
version = "0.0.2"
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
license = "MIT"
[[bin]]
name = "led"
path = "src/main.rs"
[dependencies]
ropey = "0.5"
unicode-segmentation = "1.2"
unicode-width = "0.1"
serde = "1.*"
serde_derive = "1.*"
docopt = "0.8"
smallvec = "0.6"
termion = "1.5"