summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 8df7006b7cd75821b96b92297a9cd39aa6deaa7f (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "termio"
version = "0.1.0"
authors = ["tomsmeding <tom.smeding@gmail.com>"]
edition = "2018"

[dependencies]
libc = "0.2.48"

[build-dependencies]
bindgen = "0.47.1"