It works!!!

This commit is contained in:
2016-05-29 21:28:08 +02:00
parent 24317fc750
commit 4815cd6817
3 changed files with 27 additions and 6 deletions

6
Cargo.lock generated
View File

@@ -2,9 +2,15 @@
name = "picomp"
version = "0.1.0"
dependencies = [
"byteorder 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "byteorder"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "getopts"
version = "0.2.14"