We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6038416 commit 725a021Copy full SHA for 725a021
common/Cargo.toml
@@ -29,7 +29,6 @@ regex = "1"
29
serde = { workspace = true, features = ["rc"] }
30
serde_json = { workspace = true }
31
serde_with = { workspace = true, features = ["base64"] }
32
-tempfile = "3"
33
tokio = { workspace = true }
34
tracing = { workspace = true }
35
futures = "0.3.31"
@@ -40,8 +39,11 @@ rayon = "1.11.0"
40
39
cryptoxide = "0.5.1"
41
thiserror = "2.0.17"
42
sha2 = "0.10.8"
+
43
+[dev-dependencies]
44
caryatid_process = { workspace = true }
45
config = { workspace = true }
46
+tempfile = "3"
47
48
[lib]
49
crate-type = ["rlib"]
0 commit comments