my solutions to advent of code
aoc advent-of-code
at main 596 B view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "either" 7version = "1.15.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 10 11[[package]] 12name = "itertools" 13version = "0.14.0" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 16dependencies = [ 17 "either", 18] 19 20[[package]] 21name = "rust" 22version = "0.1.0" 23dependencies = [ 24 "itertools", 25]