advent-of-code-2023/day-24/Cargo.toml

14 lines
304 B
TOML
Raw Normal View History

2023-12-24 13:35:07 +01:00
[package]
name = "day-24"
version = "0.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
itertools.workspace = true
z3 = { version = "0.12.1", features = ["static-link-z3"] }
[dev-dependencies]
indoc.workspace = true