mirror of
https://github.com/anthonyoteri/advent-of-code-2023.git
synced 2026-06-05 19:56:53 -04:00
Add skeleton project
Signed-off-by: Anthony Oteri <anthony.oteri@gmail.com>
This commit is contained in:
+32
@@ -0,0 +1,32 @@
|
||||
[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 = "0.2.13"
|
||||
|
||||
|
||||
[profile.flamegraph]
|
||||
inherits = "release"
|
||||
debug = true
|
||||
|
||||
[profile.dhat]
|
||||
inherits = "release"
|
||||
debug = 1
|
||||
Reference in New Issue
Block a user