2019-08-21 14:39:17 -04:00
|
|
|
[package]
|
|
|
|
name = "rs-kilo"
|
2019-09-13 11:27:39 -04:00
|
|
|
version = "0.2.0"
|
|
|
|
authors = ["Timothy Warren <tim@timshomepage.net>"]
|
2019-08-21 14:39:17 -04:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2019-09-04 15:41:06 -04:00
|
|
|
bitflags = "1.1.0"
|
2019-09-06 13:24:29 -04:00
|
|
|
lazy_static = "1.4.0"
|
2019-08-23 14:57:26 -04:00
|
|
|
# Rust wrappers for C/POSIX headers
|
2019-08-22 14:25:18 -04:00
|
|
|
nix = "0.15.0"
|