mirror of
https://github.com/anthonyoteri/advent-of-code-2023.git
synced 2026-06-05 17:46:54 -04:00
39144ce57f
Signed-off-by: Anthony Oteri <anthony.oteri@gmail.com>
35 lines
685 B
TOML
35 lines
685 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["day-*"]
|
|
|
|
[workspace.dependencies]
|
|
glam = "0.24.2"
|
|
indicatif = { version = "0.17.7", features = ["rayon"] }
|
|
itertools = "0.12.0"
|
|
nom = "7.1.3"
|
|
rayon = "1.8.0"
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = "0.3.18"
|
|
rstest = "0.18.2"
|
|
retest_reuse = "0.6.0"
|
|
divan = "0.1.3"
|
|
tracing-tracy = "0.10.4"
|
|
tracy-client = "0.16.4"
|
|
tracy-client-sys = "0.22.0"
|
|
miette = { version = "5.10", features = ["fancy"] }
|
|
thiserror = "1.0.50"
|
|
dhat = "0.3.2"
|
|
env_logger = "0.10.1"
|
|
test-log = { version = "0.2.13", features = ["trace"] }
|
|
regex = "1.10.2"
|
|
memoize = "0.4.1"
|
|
|
|
|
|
[profile.flamegraph]
|
|
inherits = "release"
|
|
debug = true
|
|
|
|
[profile.dhat]
|
|
inherits = "release"
|
|
debug = 1
|