init: We'll need yaml

This commit is contained in:
Jeremy Wall 2024-02-03 16:31:41 -06:00
parent e607ce53ea
commit fc06c85356

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"