From 7ad8268c9f9167dd28e34b703cf762308d7d6242 Mon Sep 17 00:00:00 2001 From: Martin HART Date: Tue, 20 Oct 2020 15:15:56 +0200 Subject: [PATCH] Add queues to dependencies --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 863e846..740a020 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,3 +8,4 @@ edition = "2018" [dependencies] clap = "2.33.3" +queues = "1.1.0"