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

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

[dev-dependencies]
assert_cmd = "0.10"