Skip to content

Commit

Permalink
FeatureAdd: finished homework https://u.geekbang.org/lesson/610?artic…
Browse files Browse the repository at this point in the history
  • Loading branch information
Firstero committed May 9, 2024
1 parent aca9f25 commit 9b15738
Show file tree
Hide file tree
Showing 7 changed files with 705 additions and 64 deletions.
159 changes: 158 additions & 1 deletion Cargo.lock

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

13 changes: 12 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ license = "MIT"

[dependencies]
anyhow = "1.0.82"
askama = "0.12.1"
axum = { version = "0.7.5", features = ["http2", "query", "tracing"] }
axum-macros = "0.4.1"
base64 = "0.22.0"
blake3 = "1.5.1"
chacha20poly1305 = "0.10.1"
Expand All @@ -18,15 +20,24 @@ csv = "1.3.0"
ed25519 = "2.2.3"
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
enum_dispatch = "0.3.13"
hyper = "1.3.1"
jsonwebtoken = "9.3.0"
mime_guess = "2.0.4"
percent-encoding = "2.3.1"
rand = "0.8.5"
regex = "1.10.4"
ring = "0.17.8"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
serde_yaml = "0.9.34"
tempfile = "3.10.1"
time = "0.3.36"
tokio = { version = "1.37.0", features = ["rt", "rt-multi-thread", "macros", "net", "fs"] }
tower-http = { version = "0.5.2", features = ["compression-full", "cors", "trace", "fs"] }
tower = "0.4.13"
tower-http = { version = "0.5.2", features = ["compression-full", "cors", "trace", "fs", "normalize-path"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
zxcvbn = "2.2.2"

[dev-dependencies]
tempfile = "3.10.1"
Loading

0 comments on commit 9b15738

Please sign in to comment.