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]
|
2019-08-23 16:46:04 -04:00
|
|
|
libc = "0.2"
|
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"
|