Skip to content

Commit 6002b32

Browse files
committed
feat: re-work of host metrics to prioritize critical insights
1 parent f6044b9 commit 6002b32

17 files changed

+1448
-337
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ ureq = "3"
181181

182182
# Summarizer
183183
strum = { version = "0.27", features = ["derive"] }
184+
strum_macros = "0.27"
184185

185186
# Zomes for coordinator dependencies
186187
crud_integrity = { path = "./zomes/crud/integrity" }

summariser/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ env_logger = { workspace = true }
2828
log = { workspace = true }
2929
thiserror = { workspace = true }
3030
serde_with = { workspace = true }
31+
strum = { workspace = true }
32+
strum_macros = { workspace = true }
3133

3234
wind_tunnel_summary_model = { workspace = true }
33-
strum = { workspace = true }
3435

3536
[dev-dependencies]
3637
holochain_summariser = { path = ".", features = ["query_test_data"] }

0 commit comments

Comments
 (0)