Some Cargo.toml cleanups

This commit is contained in:
atouchet 2020-05-13 22:09:56 -07:00
parent 6c506ba260
commit ede15557ae
8 changed files with 39 additions and 40 deletions

View file

@ -14,12 +14,12 @@ doctest = false
[dependencies]
backtrace = "0.3"
crossbeam-channel = "0.4"
ipc-channel = "0.14"
libc = "0.2"
log = "0.4"
msg = {path = "../msg"}
msg = { path = "../msg" }
serde_json = "1.0"
crossbeam-channel = "0.4"
[dev-dependencies]
lazy_static = "1.0"