From 901d03b3a8ac0b7d8533fd9a8d43238d665d9cb8 Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Fri, 27 Nov 2015 03:50:07 -0300 Subject: Little implemented the socket parser. Just two functions for the parsing of the socket. nothing special. --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 27c1a46..21133ef 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,6 +3,8 @@ extern crate libc; extern crate x11; extern crate unix_socket; +#[macro_use] +extern crate nom; pub mod safe_x11; pub mod command; -- cgit v1.2.3-54-g00ecf