cursive/Cargo.toml
Alexandre Bury a8c8855831 Moved example to separate directory
And add it to Cargo.toml
2015-05-16 13:09:38 -07:00

17 lines
276 B
TOML

[package]
name = "cursive"
version = "0.1.0"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
[lib]
name = "cursive"
[dependencies]
[dependencies.ncurses]
git = "https://github.com/jeaye/ncurses-rs"
[[example]]
name = "hello_world"
path = "examples/hello_world.rs"