yacurses 0.1.1

Yet Another Curses library.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "cc"
version = "1.0.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66120af515773fb005778dc07c261bd201ec8ce50bd6e7144c927753fe013381"

[[package]]
name = "chlorine"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f24f6d8895c2bf232d6ef33d489bf1efd242e5ec2358e0734035daa9e7beca69"

[[package]]
name = "yacurses"
version = "0.1.1"
dependencies = [
 "cc",
 "chlorine",
]