Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
BBaoVanC committed Dec 10, 2023
1 parent 92a07ae commit 97f826c
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 67 deletions.
164 changes: 101 additions & 63 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions bobashare-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ default-run = "bobashare-web"
anyhow = "1.0.65"
askama = { version = "0.12.0", features = ["with-axum"] }
askama_axum = "0.4.0"
axum = { version = "0.7.0", features = ["headers", "multipart"] }
axum-extra = "0.9.0"
axum = { version = "0.7.0", features = ["multipart"] }
axum-extra = { version = "0.9.0", features = ["typed-header"] }
bobashare = { path = "../bobashare" }
chrono = { version = "0.4.22", features = ["serde"] }
clap = { version = "4.0.12", features = ["derive"] }
Expand All @@ -26,7 +26,7 @@ duration-str = { version = "0.7.0", default-features = false }
futures-util = "0.3.24"
hex = "0.4.3"
humansize = "2.1.0"
hyper = "0.14.20"
hyper = "1.0.0"
mime = "0.3.16"
pulldown-cmark = "0.9.2"
rust-embed = { version = "8.0.0", features = ["mime-guess"] }
Expand All @@ -38,7 +38,7 @@ thiserror = "1.0.35"
tokio = { version = "1.23.1", features = ["full"] }
tokio-util = { version = "0.7.4", features = ["io"] }
tower = "0.4.13"
tower-http = { version = "0.4.0", features = ["trace", "request-id", "fs", "util"] }
tower-http = { version = "0.5.0", features = ["trace", "request-id", "fs", "util"] }
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
url = "2.3.1"

0 comments on commit 97f826c

Please sign in to comment.