1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[package] name = "aoc2021" version = "0.1.0" authors = ["Justin Wernick <justin@worthe-it.co.za>"] edition = "2021" [dependencies] cached = "0.25.0" derive_more = "0.99.2" nom = "7.0.0" proptest = "1.0.0" thiserror = "1.0.29" [profile.release] # debug = true