Skip to content

Commit

Permalink
Merge pull request #5 from cyanolupus/introduce-r2
Browse files Browse the repository at this point in the history
Use r2
  • Loading branch information
cyanolupus authored May 1, 2023
2 parents e1984f2 + d857bfb commit 2a56679
Show file tree
Hide file tree
Showing 10 changed files with 86 additions and 233 deletions.
191 changes: 22 additions & 169 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "owari-shop"
version = "0.1.0"
version = "0.2.0"
authors = ["cyanolupus <[email protected]>"]
edition = "2018"

Expand All @@ -12,12 +12,11 @@ default = ["console_error_panic_hook"]

[dependencies]
cfg-if = "0.1.2"
worker = "0.0.12"
worker = { git = "https://github.com/cloudflare/workers-rs.git", version = "0.0.16" }
punycode = "0.4.1"
image = "0.23.14"
imageproc = "0.22.0"
rusttype = "0.9.2"
include-bytes-zstd = "0.1.0"

# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
Expand Down
Loading

0 comments on commit 2a56679

Please sign in to comment.