diff options
Diffstat (limited to 'ecs/Cargo.toml')
| -rw-r--r-- | ecs/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ecs/Cargo.toml b/ecs/Cargo.toml index 31fa169..0a94ff0 100644 --- a/ecs/Cargo.toml +++ b/ecs/Cargo.toml @@ -13,6 +13,8 @@ thiserror = "1.0.49" tracing = "0.1.39" hashbrown = "0.15.2" parking_lot = "0.12.3" +anyhow = "1.0.102" +backtrace = "0.3.76" ecs-macros = { workspace = true } util-macros = { workspace = true } vizoxide = { version = "1.0.5", optional = true } @@ -22,6 +24,11 @@ version = "0.5.1" default-features = false features = ["cargo_bench_support"] +[dev-dependencies.tracing-subscriber] +version = "0.3.17" +default-features = false +features = ["std", "ansi", "fmt", "smallvec", "env-filter", "chrono"] + [[bench]] name = "query" harness = false |
