Start day 14 - Docking Data

This commit is contained in:
2021-03-07 14:44:24 +10:00
parent fc8d16b6b8
commit f22e47f5c5
4 changed files with 737 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "docking_data"
version = "0.1.0"
authors = ["Guilhem MARION <gmarion@netc.fr>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.38"
thiserror = "1.0.23"