mirror of
https://github.com/Noratrieb/pretense.git
synced 2026-01-14 16:15:02 +01:00
Initial commit
This commit is contained in:
commit
79f4a10d5f
7 changed files with 1645 additions and 0 deletions
16
Cargo.toml
Normal file
16
Cargo.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "pretense"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
axum = "0.7.5"
|
||||
eyre = "0.6.12"
|
||||
futures = "0.3.30"
|
||||
metrics = "0.23.0"
|
||||
metrics-exporter-prometheus = { version = "0.15.3", default-features = false, features = [
|
||||
"http-listener",
|
||||
] }
|
||||
tokio = { version = "1.39.2", features = ["net", "rt"] }
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue