led/Cargo.toml
Nathan Vegdahl 9c302620e9 Updating to use the new Ropey.
This is mainly just for kicks and giggles, since it really won't
work quite properly anyway, due to the lack of grapheme indexing.
The next real thing is to... well, start from scratch.
2017-12-30 23:10:56 -08:00

18 lines
303 B
TOML

[package]
name = "Led"
version = "0.0.1"
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
license = "MIT"
[[bin]]
name = "led"
path = "src/main.rs"
[dependencies]
ropey = "0.5"
rustc-serialize = "0.3.0"
unicode-segmentation = "1.2"
unicode-width = "0.1"
docopt = "0.6"
encoding = "0.2"
rustbox = "0.8"