1
1
mirror of https://github.com/theoludwig/advent_of_code.git synced 2025-05-18 19:27:51 +02:00
advent_of_code/Cargo.toml

15 lines
318 B
TOML

[workspace]
members = ["advent_*/puzzle_*"]
resolver = "2"
[workspace.package]
# name = "advent_of_code"
version = "1.0.0"
edition = "2024"
rust-version = "1.87.0"
[workspace.dependencies]
rayon = { version = "=1.10.0" }
indicatif = { version = "=0.17.11", features = ["rayon"] }
array-init = { version = "=2.1.0" }