diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-12-01 14:06:10 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-12-01 14:06:10 +0300 |
| commit | 068eea55e0612184151461e64633b3dc18e53490 (patch) | |
| tree | d3e20aea860a88e2b50ad3d35ddbd8792a1e531e /Cargo.toml | |
| parent | 2029c2c09284d0228c0bce2977fdfa0ca8a8db06 (diff) | |
Implemented test suite, fixed some issues and added more modular structure into .woodpecker.yaml
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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" + |
