From 6e8f3adb78f0c96c5f13609ff65609f8295af0e7 Mon Sep 17 00:00:00 2001 From: Eduardo Pinho <enet4mikeenet@gmail.com> Date: Sat, 11 Nov 2023 10:31:04 +0000 Subject: [PATCH] [json] move dicom-test-files to dev dependencies --- json/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/Cargo.toml b/json/Cargo.toml index 5001d429a..a61ba7b98 100644 --- a/json/Cargo.toml +++ b/json/Cargo.toml @@ -14,10 +14,10 @@ base64 = "0.21.2" dicom-core = { version = "0.6.2", path = "../core" } dicom-dictionary-std = { version = "0.6.1", path = "../dictionary-std" } dicom-object = { version = "0.6.2", path = "../object" } -dicom-test-files = "0.2.1" num-traits = "0.2.15" serde = { version = "1.0.164", features = ["derive"] } serde_json = { version = "1.0.96", features = ["preserve_order"] } [dev-dependencies] +dicom-test-files = "0.2.1" pretty_assertions = "1.3.0"