aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: e3b7ca8110735aabf6fd015236de629ef53dd8d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "vt100"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
build = "build.rs"

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

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