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

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

[dependencies]
regex = "1"