Skip to content

Commit

Permalink
feat: ✨ add ability to upload image
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason0729 committed Dec 12, 2023
1 parent e80fd81 commit 9327fdb
Show file tree
Hide file tree
Showing 25 changed files with 350 additions and 794 deletions.
131 changes: 130 additions & 1 deletion backend/Cargo.lock

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

4 changes: 4 additions & 0 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ opentelemetry-stdout = { version = "0.2.0", features = ["metrics"] }
opentelemetry-semantic-conventions = "0.13.0"
opentelemetry-otlp = { version = "0.14.0", features = ["metrics"] }

[dependencies.reqwest]
version = "0.11.22"
features = ["rustls-tls","json"]

[dependencies.k256]
version = "0.13.2"
features = ["arithmetic","serde","sha256"]
Expand Down
Loading

0 comments on commit 9327fdb

Please sign in to comment.