cursive/examples/Cargo.toml

28 lines
622 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"
2021-01-08 19:56:22 +00:00
rand = "0.8"
2020-04-24 02:23:23 +00:00
cursive = { path = "../cursive", default-features=false }
2021-01-08 19:56:22 +00:00
crossbeam-channel = "0.5"
lazy_static = "1.4"
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"]