rs-kilo/Cargo.toml

14 lines
312 B
INI
Raw Normal View History

2019-08-21 14:39:17 -04:00
[package]
name = "rs-kilo"
version = "0.1.0"
authors = ["Timothy Warren <twarren@nabancard.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitflags = "1.1.0"
2019-08-23 16:46:04 -04:00
libc = "0.2"
# Rust wrappers for C/POSIX headers
2019-08-22 14:25:18 -04:00
nix = "0.15.0"