Skip to content

Commit

Permalink
Updated project files
Browse files Browse the repository at this point in the history
  • Loading branch information
andmev committed Sep 29, 2024
1 parent f924c4d commit 1e6786f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ crate-type = ["cdylib"]
clap = { version = "4.5.18", features = ["derive"] }
image = "0.25.2"
napi = { version = "2.16.11", default-features = false, features = [
"napi4",
"async",
"napi4",
"async",
] }
napi-derive = "2.16.12"
openssl = { version = "0.10", features = ["vendored"] }
regex = "1.10.6"
reqwest = { version = "0.12.7", features = ["json", "stream"] }
tokio = { version = "1.40.0", features = ["full"] }
Expand Down

0 comments on commit 1e6786f

Please sign in to comment.