We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136eac1 commit cc493bdCopy full SHA for cc493bd
Cargo.toml
@@ -10,5 +10,4 @@ repository = "https://github.com/tmerr/i3ipc-rs"
10
unix_socket = "0.4.5"
11
byteorder = "0.3"
12
log = "0.3.7"
13
-serde = "0.6.0"
14
serde_json = "0.6.0"
src/lib.rs
@@ -19,7 +19,6 @@ extern crate unix_socket;
19
extern crate byteorder;
20
#[macro_use]
21
extern crate log;
22
-extern crate serde;
23
extern crate serde_json;
24
25
use std::{io, fmt, process};
0 commit comments