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

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

[dev-dependencies]
assert_cmd = "0.10"