Remove incorrect local dependency

This commit is contained in:
Mike Welsh 2016-08-29 12:48:16 -07:00
parent 60b51e5f04
commit 4346afdf08
1 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,5 @@ authors = ["Mike Welsh"]
[dependencies]
byteorder = "*"
#clippy = "*"
flate2 = "*"
#xz2 = "*"
xz2 = { git = "c:/projects/xz2-rs" }
xz2 = "*"