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

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