diff options
| author | HampusM <hampus@hampusmat.com> | 2026-05-19 00:12:11 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-05-20 14:46:09 +0200 |
| commit | 2aae9cbbf094d689ffbe498839613697b9f03112 (patch) | |
| tree | da0e4d12a91fa7f6630d0d2e871e0a487e0389d8 /ecs/Cargo.toml | |
| parent | b13b3f6e13f9ac9fe7fee0b5a81b026f411f0301 (diff) | |
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 |
