diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-09-15 23:09:30 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-12-10 13:37:23 +0100 |
commit | a1ff43045b3f1d075c67c262ff6f623b2b5d569e (patch) | |
tree | 08f2b7ef16ff519bad627e98a34034c937cef09e /nix-rust/src/util/mod.rs | |
parent | ce3c41aef0797954412719a8c4597efe8276dcd2 (diff) |
Move stuff around
Diffstat (limited to 'nix-rust/src/util/mod.rs')
-rw-r--r-- | nix-rust/src/util/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix-rust/src/util/mod.rs b/nix-rust/src/util/mod.rs new file mode 100644 index 000000000..209627893 --- /dev/null +++ b/nix-rust/src/util/mod.rs @@ -0,0 +1 @@ +pub mod tarfile; |