From 1df087c14691674449a34dbee96491e2089ffb82 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 20 Sep 2019 09:15:49 +0300 Subject: Add: first step for parsing YAML --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3bfe654..7500897 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,4 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +serde_yaml = "0.8.9" -- cgit v1.2.1