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

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