1
1
mirror of https://github.com/theoludwig/advent_of_code_2023.git synced 2024-10-29 22:17:19 +01:00
advent_of_code_2023/Cargo.toml

15 lines
307 B
TOML

[workspace]
members = ["day_*"]
resolver = "2"
[workspace.package]
name = "advent_of_code_2023"
version = "1.0.0"
edition = "2021"
rust-version = "1.70.0"
[workspace.dependencies]
rayon = { version = "=1.8.1" }
indicatif = { version = "=0.17.7", features = ["rayon"] }
array-init = { version = "=2.1.0" }