[package] name = "aoc-2022" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.23" regex = "1.7.0" [features] default = ["a", "b", "today"] a = [] b = [] today = [] 01 = [] 02 = [] 03 = [] 04 = [] 05 = [] 06 = [] 07 = [] 08 = [] 09 = [] 10 = [] 11 = [] 12 = [] 13 = [] 14 = [] 15 = [] 16 = [] 17 = [] 18 = [] 19 = [] 20 = []