aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/lib.rs
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-05-15 19:26:45 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-05-15 19:26:45 -0700
commite1b3c521341fcebaf5486e0af36ea15b14c40a4a (patch)
treeaeb061a5abee84fc9f4caa66fc7c139f8cc955f0 /rust/src/lib.rs
parent024e9046ab646ea029a3421575255244118b0d55 (diff)
downloadfatcat-e1b3c521341fcebaf5486e0af36ea15b14c40a4a.tar.gz
fatcat-e1b3c521341fcebaf5486e0af36ea15b14c40a4a.zip
hack around JSON serialization for now
Diffstat (limited to 'rust/src/lib.rs')
-rw-r--r--rust/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs
index 196dee36..49d0ef70 100644
--- a/rust/src/lib.rs
+++ b/rust/src/lib.rs
@@ -13,6 +13,7 @@ extern crate hyper;
extern crate error_chain;
extern crate iron;
extern crate r2d2;
+extern crate serde_json;
pub mod api_server;
pub mod database_schema;