Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lehhair authored May 20, 2024
1 parent 3a33e59 commit da7f53a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ crate-type = ["dylib"] # pot只支持dylib类型动态库,请勿修改
reqwest = {version="0.11.18",features = ["blocking","json"]}
urlencoding = "2.1.3"
serde_json = "1.0"
image = "0.24.5"
base64 = "0.21.0"

[target.'cfg(target_os = "linux")'.dependencies]
openssl={version="0.10",features=["vendored"]}

0 comments on commit da7f53a

Please sign in to comment.