Skip to content

Commit

Permalink
Merge pull request #15 from Austionian/self-host
Browse files Browse the repository at this point in the history
Self host
  • Loading branch information
Austionian authored Sep 28, 2024
2 parents b4960bb + 6a3bb81 commit e69d530
Show file tree
Hide file tree
Showing 9 changed files with 101 additions and 106 deletions.
136 changes: 52 additions & 84 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tera = "1"
tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1.15"
tower = "0.5"
tower-http = { version = "0.5", features = ["full"] }
tower-http = { version = "0.6", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

Expand Down
Loading

0 comments on commit e69d530

Please sign in to comment.