aboutsummaryrefslogtreecommitdiff
path: root/nix-rust/Cargo.toml
diff options
context:
space:
mode:
authorYorick van Pelt <yorick@yorickvanpelt.nl>2019-12-09 17:28:15 +0700
committerYorick van Pelt <yorick@yorickvanpelt.nl>2019-12-09 17:28:15 +0700
commitb232eea40ae0dd08293b5ef6542366a0018a1587 (patch)
tree07cae7e4a6e7e26775a05afd5f67c7eefb5a7f4f /nix-rust/Cargo.toml
parenteba82b7c88b36445feaccfd396756f9701766bc6 (diff)
nix-rust: remove unused tar file code
Diffstat (limited to 'nix-rust/Cargo.toml')
-rw-r--r--nix-rust/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/nix-rust/Cargo.toml b/nix-rust/Cargo.toml
index c4f4ceb09..40b6b7d50 100644
--- a/nix-rust/Cargo.toml
+++ b/nix-rust/Cargo.toml
@@ -9,5 +9,4 @@ name = "nixrust"
crate-type = ["cdylib"]
[dependencies]
-tar = "0.4"
libc = "0.2"