aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: a010327721ea2114c2e7568f21a6ec941693763c (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "aoc2023_rust"
version = "0.1.0"
edition = "2021"

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

[dependencies]
num = "0.4.1"
regex = "1.10.2"