Skip to content

Commit

Permalink
extracting static content into separate files (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffeh authored Nov 17, 2024
1 parent e1cc460 commit 76c7ef2
Show file tree
Hide file tree
Showing 5 changed files with 321 additions and 307 deletions.
158 changes: 62 additions & 96 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ readme = "README.md"

[dependencies]
axum = { version = "0.7.7", features = ["multipart"] }
tokio = { version = "1.41.0", features = ["full"] }
tokio = { version = "1.41.1", features = ["full"] }
tower-http = { version = "0.6.1", features = ["fs"] }
comrak = "0.29"
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0.215", features = ["derive"] }
chrono = "0.4.38"
clap = { version = "4.4", features = ["derive"] }
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-subscriber = "0.3.18"
base64 = "0.22.1"
1 change: 1 addition & 0 deletions src/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 76c7ef2

Please sign in to comment.