summary refs log tree commit diff
path: root/02/Cargo.toml
blob: f4176dc6603415c4f47c3c2ed5c5ad9bb7613b36 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "advent_02"
version = "0.1.0"
authors = ["Irene Knapp <ireneista@gmail.com>"]
edition = "2018"

[dependencies]
advent_lib = { path = "../lib" }
regex = "1"