1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/nix-rust/Cargo.toml
2019-11-26 22:07:28 +01:00

13 lines
187 B
TOML

[package]
name = "nix-rust"
version = "0.1.0"
authors = ["Eelco Dolstra <edolstra@gmail.com>"]
[lib]
name = "nixrust"
crate-type = ["staticlib"]
[dependencies]
tar = "0.4"
libc = "0.2"