aoc2023/one/Cargo.toml

12 lines
140 B
TOML
Raw Permalink Normal View History

2023-12-03 15:33:53 +01:00
[package]
name = "one"
version = "0.1.0"
edition = "2021"
[dependencies]
regex = "1.10.2"
[features]
default = ["part_two"]
part_two = []