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

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

[dev-dependencies]
assert_cmd = "0.10"