[go: up one dir, main page]

vt100 0.1.1

Library for parsing terminal data
[package]
name = "vt100"
version = "0.1.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]

description = "Library for parsing terminal data"
homepage = "https://github.com/doy/vt100-rust"
repository = "https://github.com/doy/vt100-rust"
readme = "README.md"
keywords = ["terminal", "vt100"]
license = "MIT"

build = "build.rs"

[build-dependencies]
gcc = "0.3.27"
pkg-config = "0.3.8"

[dependencies]
libc = "0.2.10"
glib-sys = "0.3.0"