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

@@ -35,6 +35,7 @@ tokio = "0.1.3"
tokio-executor = "0.1.0"
tokio-service = "0.1"
tokio-io = "0.1"
want = "0.0.2"
[dev-dependencies]
num_cpus = "1.0"