diff --git a/hitt-cli/Cargo.toml b/hitt-cli/Cargo.toml index 04eac9f..03f5e2a 100644 --- a/hitt-cli/Cargo.toml +++ b/hitt-cli/Cargo.toml @@ -29,5 +29,7 @@ hitt-sse = { workspace = true } http = { workspace = true } ignore = { version = "0.4.22" } reqwest = { workspace = true } -tempfile = { version = "3.10.1" } tokio = { workspace = true } + +[dev-dependencies] +tempfile = { version = "3.10.1" }