diff --git a/Cargo.toml b/Cargo.toml index 7039a352..c20563a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ serde_json = "1.0.120" reqwest = { version = "0.12.5", default-features = false, features = [ "multipart", ] } -tokio = { version = "1.39.1", features = ["rt", "macros", "rt-multi-thread"] } +tokio = { version = "1.39.1", features = ["rt", "macros", "rt-multi-thread", "process"] } itertools = "0.13.0" content_inspector = "0.2.4" serde_with = "3.9.0"