From 8c908ed2f05832677e8d6582ada82306260793b3 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 5 Apr 2026 01:08:59 -0300 Subject: [PATCH] fix: fix Cargo.toml section order --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9f65275d..fc2cff3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -228,14 +228,10 @@ notify = { workspace = true, optional = true } # Embedded static files rust-embed = { workspace = true, optional = true } -[dev-dependencies] -mockito = { workspace = true } -tempfile = { workspace = true } -bigdecimal = { workspace = true } - [dependencies] ureq = { version = "2", features = ["json"] } [dev-dependencies] mockito = { workspace = true } tempfile = { workspace = true } +bigdecimal = { workspace = true }