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 30, 2024
1 parent a078543 commit 4d45fb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ napi = { version = "2.16.11", default-features = false, features = [
"async",
] }
napi-derive = "2.16.12"
openssl = { version = "0.10.66", features = ["vendored"] }
regex = "1.11.0"
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"] }
url = "2.5.2"

[dev-dependencies]
tempfile = "3.13.0"
tempfile = "3.12.0"

[build-dependencies]
napi-build = "2.1.3"

[profile.release]
lto = true
strip = "symbols"
strip = "symbols"

0 comments on commit 4d45fb1

Please sign in to comment.