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

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