mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-08 18:30:40 +00:00
Update dependencies
This commit is contained in:
parent
af47abeaad
commit
9f29c69c8f
20
Cargo.toml
20
Cargo.toml
@ -1,21 +1,16 @@
|
||||
[package]
|
||||
name = "cursive"
|
||||
version = "0.1.0"
|
||||
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
|
||||
description = "A TUI library based on ncurses-rs"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/Gyscos/cursive"
|
||||
readme = "Readme.md"
|
||||
keywords = ["ncurses", "TUI"]
|
||||
|
||||
[lib]
|
||||
license = "MIT"
|
||||
name = "cursive"
|
||||
readme = "Readme.md"
|
||||
repository = "https://github.com/Gyscos/cursive"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
toml = "0.1"
|
||||
|
||||
[dependencies.ncurses]
|
||||
git = "https://github.com/jeaye/ncurses-rs"
|
||||
ncurses = "5.80.0"
|
||||
toml = "0.1.25"
|
||||
|
||||
[[example]]
|
||||
name = "hello_world"
|
||||
@ -56,3 +51,6 @@ path = "examples/theme.rs"
|
||||
[[example]]
|
||||
name = "linear"
|
||||
path = "examples/linear.rs"
|
||||
|
||||
[lib]
|
||||
name = "cursive"
|
||||
|
Loading…
Reference in New Issue
Block a user