servo/components/bluetooth_traits/Cargo.toml
2017-02-18 21:09:46 +01:00

17 lines
303 B
TOML

[package]
name = "bluetooth_traits"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
publish = false
[lib]
name = "bluetooth_traits"
path = "lib.rs"
[dependencies]
ipc-channel = "0.7"
regex = "0.2"
serde = "0.9"
serde_derive = "0.9"
servo_config = {path = "../config"}