From 238bd1f811e8e1285b12fb11554a5ab7890452d4 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Wed, 9 Jul 2025 21:08:09 +0100 Subject: Use moro local to reduce allocations This means that we can also use Rc instead of Arc (which should have been used instead of re-allocating in the first place). --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b56366e..a5db89e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ edition = "2021" [dependencies] anyhow = "1.0.98" +moro-local = { git = "https://github.com/EliteTK/moro-local.git", branch = "dependency-reduction" } rumqttc = "0.24.0" serde = { version = "1.0.219", features = ["derive"] } tokio = { version = "1.45.1", features = ["rt", "macros", "process", "time"] } -- cgit v1.2.3-70-g09d2