diff options
| author | HampusM <hampus@hampusmat.com> | 2026-05-19 00:12:11 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-05-19 00:12:11 +0200 |
| commit | d5a744b0909c4b2bec397ae4dcd43b56aba355c6 (patch) | |
| tree | 1dcf8b769775ab7a0f4ff87e280aa98a0d280d21 /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 |
