From 068eea55e0612184151461e64633b3dc18e53490 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Mon, 1 Dec 2025 14:06:10 +0300 Subject: Implemented test suite, fixed some issues and added more modular structure into .woodpecker.yaml --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5cdd184..0422956 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,3 +26,10 @@ url = "2.5.7" indicatif = "0.18.3" futures-util = "0.3.31" +[dev-dependencies] +env_logger = "0.11.8" +log = "0.4.28" +mockito = "1.7.1" +tempfile = "3.23.0" +tokio-test = "0.4.4" + -- cgit v1.2.3