diff options
author | Teddy Wing | 2017-11-07 03:02:29 +0100 |
---|---|---|
committer | Teddy Wing | 2017-11-07 03:02:29 +0100 |
commit | 3958a7c917976e4e3d5e86be73f2e5289849972f (patch) | |
tree | 059ceac4520f0b305ca61289911d0f38f1337b7a /Cargo.toml | |
parent | cef039d3430c1188581e2a28d8aab1cad9a42e89 (diff) | |
download | kipper-3958a7c917976e4e3d5e86be73f2e5289849972f.tar.bz2 |
Add 'json' crate
To parse JSON payloads from GitHub the webhook.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,4 +3,5 @@ name = "kipper" version = "0.0.1" [dependencies] +json = "0.11.10" rouille = "1.0.3" |