rs-kilo/Cargo.toml

14 lines
320 B
INI
Raw Normal View History

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]
bitflags = "1.1.0"
2019-09-06 13:24:29 -04:00
lazy_static = "1.4.0"
# Rust wrappers for C/POSIX headers
2019-08-22 14:25:18 -04:00
nix = "0.15.0"