mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-12 20:23:35 +00:00
12 lines
194 B
TOML
12 lines
194 B
TOML
|
[package]
|
||
|
name = "cursive"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
|
||
|
|
||
|
[lib]
|
||
|
name = "cursive"
|
||
|
|
||
|
[dependencies.ncurses]
|
||
|
git = "https://github.com/jeaye/ncurses-rs"
|
||
|
|