aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjan <jan@ruken.pw>2016-10-01 17:12:39 (UTC)
committerjan <jan@ruken.pw>2016-10-01 17:12:50 (UTC)
commit6269372d8f4fc893d1679e6c56d66aefe24c6588 (patch)
treea88f567137fb07656549387d062a9b19b3a76586 /Cargo.toml
parent9138d3e359fcf7283b78f48c8d2d58a492814773 (diff)
serde
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 517a6b1..8d5f0b9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,7 @@ authors = ["jan <jan@ruken.pw>"]
7regex = "0.1" 7regex = "0.1"
8walkdir = "0.1" 8walkdir = "0.1"
9yaml-rust = "0.3" 9yaml-rust = "0.3"
10
11serde = "0.8"
12serde_derive = "0.8"
13serde_json = "0.8"