From 2dc74d621399be454abbbff892fb46204ddc6e7b Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 23 Sep 2025 08:33:06 +0200 Subject: feat(treewide): Add tests and barcode buying/consuming --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7cadc3c..9efc7da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,6 +28,7 @@ description = "An enterprise grocery management system" [workspace.dependencies] rocie-client = { path = "./crates/rocie-client" } +tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] } [profile.profiling] inherits = "release" -- cgit 1.4.1