mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-24 01:46:31 +00:00
Reformat Cargo.toml
This commit is contained in:
parent
686de0831c
commit
078a966381
13
Cargo.toml
13
Cargo.toml
@ -16,22 +16,25 @@ skeptic = "0.6"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
odds = "0.2"
|
odds = "0.2"
|
||||||
termion = {version="1.1.1", optional=true}
|
|
||||||
toml = "0.2"
|
toml = "0.2"
|
||||||
unicode-segmentation = "0.1"
|
unicode-segmentation = "0.1"
|
||||||
unicode-width = "0.1"
|
unicode-width = "0.1"
|
||||||
|
|
||||||
[dependencies.ncurses]
|
[dependencies.ncurses]
|
||||||
features = ["wide"]
|
features = ["wide"]
|
||||||
|
optional = true
|
||||||
version = "5.82.0"
|
version = "5.82.0"
|
||||||
optional=true
|
|
||||||
|
[dependencies.termion]
|
||||||
|
optional = true
|
||||||
|
version = "1.1.1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rand = "0.3"
|
rand = "0.3"
|
||||||
skeptic = "0.6"
|
skeptic = "0.6"
|
||||||
|
|
||||||
[lib]
|
|
||||||
name = "cursive"
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["ncurses"]
|
default = ["ncurses"]
|
||||||
|
|
||||||
|
[lib]
|
||||||
|
name = "cursive"
|
||||||
|
Loading…
Reference in New Issue
Block a user