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.
18 lines
303 B
TOML
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" |