Files
aoc20/13-shuttle_search/Cargo.toml
2021-02-08 17:49:40 +11:00

13 lines
324 B
TOML

[package]
name = "shuttle_search"
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"
chinese_remainder = { path = "../chinese_remainder/" }
thiserror = "1.0.23"