cursive/examples/Cargo.toml

20 lines
444 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"
version = "0.1.0"
[dependencies]
atty = "0.2.14"
log = "0.4.8"
pretty-bytes = "0.2.2"
rand = "0.7.3"
cursive = { path = "../cursive" }