cursive/examples/Cargo.toml

27 lines
606 B
TOML
Raw Normal View History

2020-04-24 00:13:50 +00:00
[package]
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
description = "Examples for the cursive TUI library."
documentation = "https://docs.rs/cursive"
edition = "2018"
license = "MIT"
name = "cursive-examples"
publish = false
readme = "Readme.md"
repository = "https://github.com/gyscos/cursive"
2020-05-26 19:09:00 +00:00
version = "0.1.1-alpha.0"
2020-04-24 00:13:50 +00:00
[dependencies]
atty = "0.2.14"
log = "0.4.8"
pretty-bytes = "0.2.2"
rand = "0.7.3"
2020-04-24 02:23:23 +00:00
cursive = { path = "../cursive", default-features=false }
2020-05-26 18:26:39 +00:00
crossbeam-channel = "0.4.2"
2020-04-24 02:23:23 +00:00
[features]
default = ["cursive/default"]
2020-04-24 00:13:50 +00:00
[[bin]]
name = "theme"
required-features = ["cursive/toml"]