mirror of
https://github.com/FranLMSP/aoc-2024.git
synced 2026-01-01 07:21:35 -05:00
9 lines
114 B
TOML
9 lines
114 B
TOML
[package]
|
|
name = "aoc-2024"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cached = "0.54.0"
|
|
regex = "1.11.1"
|