refactor(client): replace signal mod with want crate

This commit is contained in:
Sean McArthur
2018-03-16 17:48:59 -07:00
parent 06f0126fad
commit 5db85316a1
5 changed files with 7 additions and 195 deletions

View File

@@ -30,6 +30,7 @@ extern crate tokio;
extern crate tokio_executor;
#[macro_use] extern crate tokio_io;
extern crate tokio_service;
extern crate want;
#[cfg(all(test, feature = "nightly"))]
extern crate test;