cursive/Cargo.toml

17 lines
276 B
TOML
Raw Normal View History

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