Skip to content

Commit

Permalink
Add openssl as rust dependency. (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaviarChen authored Sep 14, 2024
1 parent aa7edb9 commit 222138a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ zip = "2.2.0"
endorphin = "0.1.9"
log = "0.4"
sea-orm-rocket = "0.5.4"
openssl = { version = "0.10.66", features = ["vendored"] }

0 comments on commit 222138a

Please sign in to comment.