mirror of
https://github.com/NixOS/nix
synced 2025-07-08 19:23:54 +02:00
Add some Rust code
This commit is contained in:
parent
abb8ef619b
commit
11da5b2816
10 changed files with 194 additions and 3 deletions
12
nix-rust/Cargo.toml
Normal file
12
nix-rust/Cargo.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
[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"
|
Loading…
Add table
Add a link
Reference in a new issue