diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2015-11-22 04:06:58 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2015-11-22 04:06:58 -0300 |
commit | 47fc031feeddc955e6c7c43410613c75e3370e96 (patch) | |
tree | 3838e05370fc56ec432372bd07822d070dc70f08 /Cargo.lock | |
parent | 13310ee7dce177a24252970f607c08f3d658e676 (diff) | |
download | dotwm-47fc031feeddc955e6c7c43410613c75e3370e96.tar.gz |
Cleanup.
Nom it's not needed for now.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -3,7 +3,6 @@ name = "dotwm" version = "0.1.0" dependencies = [ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "nom 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "unix_socket 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "x11 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -24,11 +23,6 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] -name = "nom" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] name = "pkg-config" version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" |