1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

nix-rust: remove unused tar file code

This commit is contained in:
Yorick van Pelt 2019-12-09 17:28:15 +07:00
parent eba82b7c88
commit b232eea40a
No known key found for this signature in database
GPG key ID: A36E70F9DC014A15
4 changed files with 3 additions and 126 deletions

View file

@ -9,5 +9,4 @@ name = "nixrust"
crate-type = ["cdylib"]
[dependencies]
tar = "0.4"
libc = "0.2"