summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-20 09:15:49 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-20 09:15:49 +0300
commit1df087c14691674449a34dbee96491e2089ffb82 (patch)
treec13bd2b4344859fbecc50800e55669bd1168fd04 /Cargo.toml
parentc0e0cc59b59d18b7304b616ad2805975469a40db (diff)
downloadroadmap-1df087c14691674449a34dbee96491e2089ffb82.tar.gz
Add: first step for parsing YAML
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"