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 --- crates/rocie-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/rocie-cli/Cargo.toml') diff --git a/crates/rocie-cli/Cargo.toml b/crates/rocie-cli/Cargo.toml index e68a7b4..5e878fd 100644 --- a/crates/rocie-cli/Cargo.toml +++ b/crates/rocie-cli/Cargo.toml @@ -30,7 +30,7 @@ workspace = true anyhow = "1.0.99" clap = { version = "4.5.47", features = ["derive"] } rocie-client.workspace = true -tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] } +tokio.workspace = true uuid = "1.18.1" -- cgit 1.4.1