extract deps; add parking-lot, tracing-tracy

This commit is contained in:
facile pop culture reference 2026-08-29 18:45:46 +03:00
parent 4172fa2577
commit 92f992e2e6
4 changed files with 117 additions and 22 deletions

View file

@ -27,6 +27,7 @@ anyhow = { version = "1.0" }
atomic_float = { version = "1" }
better-panic = { version = "0.3.0" }
konst = { version = "0.3.16", features = [ "rust_1_83" ] }
parking_lot = { version = "0.12.5" }
bumpalo = { optional = true, version = "3.19.0" }
crossterm = { optional = true, version = "0.29.0" }
@ -44,6 +45,8 @@ profiling = { version = "1.0.18", optional = true, features = ["profile
tracing = { version = "0.1", optional = true, default-features = false, features = [ "std" ] }
tracing-subscriber = { version = "0.3", optional = true }
tracing-flame = { version = "0.2", optional = true }
tracing-tracy = { version = "0.11.4", optional = true }
[dev-dependencies]
proptest = { version = "^1" }