Compare commits

...

1 Commits

Author SHA1 Message Date
fc06c85356 init: We'll need yaml 2024-02-03 16:31:41 -06:00

View File

@ -14,6 +14,7 @@ maud = { version = "0.26.0", features = ["axum"] }
prometheus-http-api = "0.2.0"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
serde_yaml = "0.9.31"
smol = "2.0.0"
smol-axum = "0.1.0"
smol-macros = "0.1.0"