mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +00:00
a387bf5f06
Also add some documentation
17 lines
244 B
TOML
17 lines
244 B
TOML
[package]
|
|
name = "cursive"
|
|
version = "0.1.0"
|
|
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
|
|
|
|
[[bin]]
|
|
name = "cursive-example"
|
|
|
|
[lib]
|
|
name = "cursive"
|
|
|
|
[dependencies]
|
|
|
|
[dependencies.ncurses]
|
|
git = "https://github.com/jeaye/ncurses-rs"
|
|
|