this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 25 lines 596 B view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "day06" 7version = "0.1.0" 8dependencies = [ 9 "itertools", 10] 11 12[[package]] 13name = "either" 14version = "1.6.1" 15source = "registry+https://github.com/rust-lang/crates.io-index" 16checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" 17 18[[package]] 19name = "itertools" 20version = "0.10.1" 21source = "registry+https://github.com/rust-lang/crates.io-index" 22checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf" 23dependencies = [ 24 "either", 25]