summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2026-03-31 20:08:51 +0200
committerIgor Pashev <pashev.igor@gmail.com>2026-03-31 20:08:51 +0200
commitd7171d623b12ba4e3a5756f5a469be9eed94e5c4 (patch)
tree46f0e19c9c885cb4e375b92d373a59313d03ef35
parent22da816c8e0aa313c471d1b6141fe283bac018fa (diff)
downloadbalance-master.tar.gz
Move test-case to the dev depsHEADmaster
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a30a3e4..f9dad15 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,5 +3,5 @@ name = "balance"
version = "0.1.0"
edition = "2024"
-[dependencies]
+[dev-dependencies]
test-case = "3.3.1"