aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2017-11-07 03:02:29 +0100
committerTeddy Wing2017-11-07 03:02:29 +0100
commit3958a7c917976e4e3d5e86be73f2e5289849972f (patch)
tree059ceac4520f0b305ca61289911d0f38f1337b7a /Cargo.toml
parentcef039d3430c1188581e2a28d8aab1cad9a42e89 (diff)
downloadkipper-3958a7c917976e4e3d5e86be73f2e5289849972f.tar.bz2
Add 'json' crate
To parse JSON payloads from GitHub the webhook.
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 9a1986a..aa8575a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,4 +3,5 @@ name = "kipper"
version = "0.0.1"
[dependencies]
+json = "0.11.10"
rouille = "1.0.3"