summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c61dbc8cad1fe4c64694f8aed8a9528c63196189 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "advent"
version = "0.1.0"
authors = ["Reiner Herrmann <reiner@reiner-h.de>"]
edition = "2021"

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

[dependencies]
regex = "1"