Nix/nix-rust/Cargo.toml

14 lines
201 B
TOML
Raw Normal View History

2019-03-27 14:12:20 +01:00
[package]
name = "nix-rust"
version = "0.1.0"
authors = ["Eelco Dolstra <edolstra@gmail.com>"]
2019-09-10 21:55:32 +02:00
edition = "2018"
2019-03-27 14:12:20 +01:00
[lib]
name = "nixrust"
crate-type = ["cdylib"]
2019-03-27 14:12:20 +01:00
[dependencies]
tar = "0.4"
libc = "0.2"