aboutsummaryrefslogtreecommitdiff
path: root/nix-rust/Cargo.toml
blob: 8b56dc89cd0ba133a6261c95f02a3377aae00e00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "nix-rust"
version = "0.1.0"
authors = ["Eelco Dolstra <edolstra@gmail.com>"]
edition = "2018"

[lib]
name = "nixrust"
crate-type = ["staticlib"]

[dependencies]
tar = "0.4"
libc = "0.2"