Skip to content

Commit 725a021

Browse files
committed
fix: shear
1 parent 6038416 commit 725a021

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

common/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ regex = "1"
2929
serde = { workspace = true, features = ["rc"] }
3030
serde_json = { workspace = true }
3131
serde_with = { workspace = true, features = ["base64"] }
32-
tempfile = "3"
3332
tokio = { workspace = true }
3433
tracing = { workspace = true }
3534
futures = "0.3.31"
@@ -40,8 +39,11 @@ rayon = "1.11.0"
4039
cryptoxide = "0.5.1"
4140
thiserror = "2.0.17"
4241
sha2 = "0.10.8"
42+
43+
[dev-dependencies]
4344
caryatid_process = { workspace = true }
4445
config = { workspace = true }
46+
tempfile = "3"
4547

4648
[lib]
4749
crate-type = ["rlib"]

0 commit comments

Comments
 (0)