mirror of
https://github.com/Rhelvetican/aoc2024.git
synced 2025-01-10 20:31:36 +00:00
8 lines
133 B
TOML
8 lines
133 B
TOML
[package]
|
|
edition = "2021"
|
|
name = "aoc2024"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
regex = "1"
|
|
thiserror = "2"
|