summaryrefslogtreecommitdiff
path: root/2024_rust/Cargo.toml
blob: 2259305698eb1ff447276d3d7fa0f228c1f871c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "aoc2024"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
itertools = "0.13.0"
regex = "1.11.1"