Skip to content

Commit

Permalink
beacon
Browse files Browse the repository at this point in the history
  • Loading branch information
randomairborne committed Aug 16, 2023
1 parent 1b03466 commit 1b5bfad
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 102 deletions.
114 changes: 63 additions & 51 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ description = "A simple hyper http server to echo back IP addresses"
[dependencies]
axum = { version = "0.6", features = ["tokio", "http1", "http2"], default-features = false }
tokio = { version = "1", features = ["rt-multi-thread", "signal", "macros", "net"] }
tokio-shutdown = { version = "0.1", default-features = false }
prometheus = { version = "0.13", default-features = false }
tokio-shutdown ={ version = "0.1", default-features = false }
prometheus-static-metric = "0.5"
thiserror = "1"
prometheus-static-metric = "0.5.1"

[profile.release]
lto = true
Loading

0 comments on commit 1b5bfad

Please sign in to comment.