From fc06c85356c0b7551ccb23aaba193718e4a190dc Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Sat, 3 Feb 2024 16:31:41 -0600 Subject: [PATCH] init: We'll need yaml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index bb86556..08e5e4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"