led/Cargo.toml
2018-07-05 01:53:17 -07:00

19 lines
369 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 = { git = "https://github.com/cessen/ropey", branch = "master" }
unicode-segmentation = "1.2"
unicode-width = "0.1"
serde = "1.*"
serde_derive = "1.*"
docopt = "0.8"
smallvec = "0.6"
termion = "1.5"