aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 866066f78a3ee55c14df13cd7a5b86ae57d9c12b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "vt100"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]

description = "Library for parsing terminal data"
homepage = "https://github.com/doy/vt100-rust"
repository = "git://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"