mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +00:00
20 lines
465 B
TOML
20 lines
465 B
TOML
[package]
|
|
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
|
|
description = "A TUI library based on ncurses-rs."
|
|
documentation = "https://gyscos.github.io/Cursive/cursive/index.html"
|
|
keywords = ["ncurses", "TUI"]
|
|
license = "MIT"
|
|
name = "cursive"
|
|
readme = "Readme.md"
|
|
repository = "https://github.com/Gyscos/cursive"
|
|
version = "0.0.3"
|
|
|
|
[dependencies]
|
|
ncurses = "5.80.0"
|
|
toml = "0.1"
|
|
unicode-segmentation = "0.1.2"
|
|
unicode-width = "0.1.3"
|
|
|
|
[lib]
|
|
name = "cursive"
|