mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Some Cargo.toml cleanups
This commit is contained in:
parent
6c506ba260
commit
ede15557ae
8 changed files with 39 additions and 40 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue