Skip to content

Commit f333614

Browse files
committed
Reverted changes
1 parent 96552f2 commit f333614

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

common/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ regex = "1"
2929
serde = { workspace = true, features = ["rc"] }
3030
serde_json = { workspace = true }
3131
serde_with = { workspace = true, features = ["base64"] }
32+
tempfile = "3"
3233
tokio = { workspace = true }
3334
tracing = { workspace = true }
3435
futures = "0.3.31"
@@ -39,6 +40,8 @@ rayon = "1.11.0"
3940
cryptoxide = "0.5.1"
4041
thiserror = "2.0.17"
4142
sha2 = "0.10.8"
43+
caryatid_process = { workspace = true }
44+
config = { workspace = true }
4245

4346
[lib]
4447
crate-type = ["rlib"]

0 commit comments

Comments
 (0)