From a2d24ef36dd6c4197b1306a84eec4fb290d0d5ce Mon Sep 17 00:00:00 2001 From: Graham Northup Date: Sun, 1 Jul 2018 21:37:41 -0400 Subject: Partial commit toward IV/seq implementation! --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 4e1c372..68cf62e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,6 +3,7 @@ extern crate byteorder; extern crate rand; extern crate unicode_xid; +extern crate xml; pub mod types; pub use types::*; @@ -12,6 +13,7 @@ pub mod proto; pub mod lang; pub mod client; pub mod monitor; +pub mod seq; #[cfg(feature = "graphics")] pub mod graphics; -- cgit v1.2.3-70-g09d2