aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 22debb13fb9f1738368a4189af1de16c7066d2c7 (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 = "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"