Skip to content

Commit

Permalink
feat: possible improvements (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az authored Nov 13, 2024
2 parents d519900 + 003b6ac commit 75d165c
Show file tree
Hide file tree
Showing 7 changed files with 107 additions and 504 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ edition = "2021"
license = "MIT"
description = "A URL shortener"
repository = "https://github.com/union-labs/url-shortener"
keywords = ["cloudflare", "workers", "rust", "url", "shortener"]
categories = ["web-programming::http-server", "web-programming::websocket"]

[package.metadata.release]
release = false
Expand All @@ -18,7 +20,7 @@ crate-type = ["cdylib"]

[dependencies]
url = "2.5.3"
serde = { version = "1.0.214", features = ["derive"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.104"
# needed to enable the "js" feature for compatibility with wasm,
# see https://docs.rs/getrandom/#webassembly-support
Expand Down
Loading

0 comments on commit 75d165c

Please sign in to comment.