From 34c5caaaa1fbf54dba621a086014ddd5a1c3b510 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 7 Apr 2024 20:14:33 +0100 Subject: [PATCH] chore(deps): Add actix-rt dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 3083176..493a45a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,7 @@ terrors = "0.3" # Actors actix = "0.13" +actix-rt = "2.9" [dev-dependencies] # Testing