ncursesw 0.1.0

A fat wrapper around the ncurses TUI library
Documentation
[package]
name = "ncursesw"
version = "0.1.0"
authors = ["Steve Whittle <narfit66@googlemail.com>"]
description = "A fat wrapper around the ncurses TUI library"
documentation = "https://github.com/itsofluffy/ncursesw-rs"
homepage = "https://github.com/itsofluffy/ncursesw-rs"
repository = "https://github.com/itsofluffy/ncursesw-rs"
readme = "README.md"
keywords = ["ncurses", "TUI"]
license = "MIT"
build = "build.rs"

[dependencies]
libc = "0.2"
custom_error = "1.6.0"
ascii = "0.9.1"
semver = "0.9.0"

[build-dependencies]
bindgen = "0.44.0"

[lib]
name = "ncursesw"