13 lines
293 B
INI
13 lines
293 B
INI
[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]
|
|
libc = "0.2"
|
|
# Rust wrappers for C/POSIX headers
|
|
nix = "0.15.0"
|