Cargo.lock 373 B

12345678910111213141516
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "aoc"
  6. version = "0.6.3"
  7. dependencies = [
  8. "pico-args",
  9. ]
  10. [[package]]
  11. name = "pico-args"
  12. version = "0.5.0"
  13. source = "registry+https://github.com/rust-lang/crates.io-index"
  14. checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"