aboutsummaryrefslogtreecommitdiff
path: root/lockchain-http/src/lib.rs
blob: 31521d73016fc2cec1fc0d749ce458976bf2ee5d (plain)
1
2
3
4
//! A plug and play http interface layer for various lockchain components

extern crate gotham_serde_json_body_parser as goth_json;