mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Some Cargo.toml cleanups
This commit is contained in:
parent
6c506ba260
commit
ede15557ae
8 changed files with 39 additions and 40 deletions
|
@ -12,14 +12,14 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
bitflags = "1.0"
|
||||
bluetooth_traits = {path = "../bluetooth_traits"}
|
||||
device = {git = "https://github.com/servo/devices", features = ["bluetooth-test"]}
|
||||
embedder_traits = {path = "../embedder_traits"}
|
||||
bluetooth_traits = { path = "../bluetooth_traits" }
|
||||
device = { git = "https://github.com/servo/devices", features = ["bluetooth-test"] }
|
||||
embedder_traits = { path = "../embedder_traits" }
|
||||
ipc-channel = "0.14"
|
||||
log = "0.4"
|
||||
servo_config = {path = "../config"}
|
||||
servo_rand = {path = "../rand"}
|
||||
uuid = {version = "0.8", features = ["v4"]}
|
||||
servo_config = { path = "../config" }
|
||||
servo_rand = { path = "../rand" }
|
||||
uuid = { version = "0.8", features = ["v4"] }
|
||||
|
||||
[features]
|
||||
native-bluetooth = ["device/bluetooth"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue