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 5984c15 commit 96552f2Copy full SHA for 96552f2
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,6 @@ rayon = "1.11.0"
40
39
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