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 96552f2 commit f333614Copy full SHA for f333614
common/Cargo.toml
@@ -29,6 +29,7 @@ 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"
@@ -39,6 +40,8 @@ rayon = "1.11.0"
39
40
cryptoxide = "0.5.1"
41
thiserror = "2.0.17"
42
sha2 = "0.10.8"
43
+caryatid_process = { workspace = true }
44
+config = { workspace = true }
45
46
[lib]
47
crate-type = ["rlib"]
0 commit comments