summaryrefslogtreecommitdiff
path: root/aoc/2025/01/rust/Cargo.toml
blob: 9a6e47e873d3e825f05a72b83f1f1d35ef152367 (plain)
1
2
3
4
5
6
7
[package]
name = "puzzle"
version = "0.1.0"
edition = "2024"

[dependencies]
num = { version = "0.4.3", features = ["num-bigint"] }