aboutsummaryrefslogtreecommitdiff
path: root/lockchain-http/src
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-05-08 10:51:57 +0200
committerKatharina Fey <kookie@spacekookie.de>2018-05-08 10:51:57 +0200
commitd4dd69d2f9c430a8f00e1eb7b1c82361caa0b7b4 (patch)
tree4d35ae6f3daf63e23a53f5eb812ca8c77e8a5e8c /lockchain-http/src
parent724018d02d56bbe9ba2ad065cbb595c2cf3df910 (diff)
Adding dependencies to http crate and publishing it
Diffstat (limited to 'lockchain-http/src')
-rw-r--r--lockchain-http/src/lib.rs11
1 files changed, 4 insertions, 7 deletions
diff --git a/lockchain-http/src/lib.rs b/lockchain-http/src/lib.rs
index 31e1bb2..31521d7 100644
--- a/lockchain-http/src/lib.rs
+++ b/lockchain-http/src/lib.rs
@@ -1,7 +1,4 @@
-#[cfg(test)]
-mod tests {
- #[test]
- fn it_works() {
- assert_eq!(2 + 2, 4);
- }
-}
+//! A plug and play http interface layer for various lockchain components
+
+extern crate gotham_serde_json_body_parser as goth_json;
+