9 lines
121 B
TOML
9 lines
121 B
TOML
[package]
|
|
name="aoc2024"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
core = { path = "../core" }
|
|
regex = "1.11.2"
|