summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 9a1eaff..08d71d3 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,7 +1,12 @@
+#![feature(associated_consts)]
+
+extern crate byteorder;
+
pub mod types;
pub use types::*;
pub mod synth;
+pub mod proto;
#[cfg(test)]
mod tests {