Files
aoc20/11-seating_system/Cargo.toml
2021-02-07 18:20:34 +11:00

13 lines
290 B
TOML

[package]
name = "seating_system"
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.37"
itertools = "0.10.0"
thiserror = "1.0.23"