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

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

[dev-dependencies]
assert_cmd = "0.10"