Files
aoc20/14-docking_data/Cargo.toml

12 lines
267 B
TOML

[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"