diff --git a/Cargo.toml b/Cargo.toml index 04e873c..e617441 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ resolver = "2" [workspace.dependencies] derive-getters = "0.5" +log = "0.4" rstar = "0.12" serde_json = "1.0" spade = "2.12" diff --git a/crates/topola-egui/Cargo.toml b/crates/topola-egui/Cargo.toml index ab0520a..9eccf78 100644 --- a/crates/topola-egui/Cargo.toml +++ b/crates/topola-egui/Cargo.toml @@ -21,7 +21,7 @@ fluent-templates = "0.12" geo.workspace = true icu_experimental = "0.2" icu_locale_core = "2.0.0-beta1" -log = "0.4" +log.workspace = true petgraph.workspace = true rstar.workspace = true serde.workspace = true