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. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 66e2b19..b479ece 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Matias Linares "] [dependencies] libc = "0.2.*" unix_socket = "*" +nom = "~1.0.0" [dependencies.x11] version = "*" -- cgit v1.2.3-54-g00ecf