Skip to content

Commit

Permalink
fix: add missing tokio feature
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Jul 30, 2024
1 parent eaaa18d commit d73a049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d73a049

Please sign in to comment.