mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
22 lines
542 B
TOML
22 lines
542 B
TOML
[package]
|
|
name = "bluetooth"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "bluetooth"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
bitflags = "1.0"
|
|
bluetooth_traits = {path = "../bluetooth_traits"}
|
|
device = {git = "https://github.com/servo/devices", features = ["bluetooth-test"]}
|
|
ipc-channel = "0.9"
|
|
servo_config = {path = "../config"}
|
|
servo_rand = {path = "../rand"}
|
|
uuid = {version = "0.5", features = ["v4"]}
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
tinyfiledialogs = "2.5.9"
|