aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2018-06-28 05:48:01 +0200
committerJokler <jokler.contact@gmail.com>2018-06-28 05:48:01 +0200
commit01735d63f2462162fccb914dffbbcd06244f85af (patch)
tree5ee4171a5e15c9d0f0ed32172c2e0cb747303202 /src/lib.rs
parentb3b53b4075ae626b16aa5e0c4781244c74e8dfb8 (diff)
downloadfrippy-01735d63f2462162fccb914dffbbcd06244f85af.tar.gz
frippy-01735d63f2462162fccb914dffbbcd06244f85af.zip
Factoids: Add a json.decode function to lua
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0a8af6e..9b49644 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -52,6 +52,7 @@ extern crate humantime;
extern crate irc;
extern crate regex;
extern crate reqwest;
+extern crate serde_json;
extern crate time;
pub mod error;