Cargo.lock 252 B

123456789101112
  1. [root]
  2. name = "aoc_2016"
  3. version = "0.1.0"
  4. dependencies = [
  5. "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
  6. ]
  7. [[package]]
  8. name = "getopts"
  9. version = "0.2.14"
  10. source = "registry+https://github.com/rust-lang/crates.io-index"