diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -145,6 +145,7 @@ extern crate hyper; extern crate multipart; extern crate serde_json; extern crate time; +extern crate typemap; extern crate websocket; #[cfg(feature="voice")] |