mirror of
https://github.com/servo/servo.git
synced 2025-07-02 13:03:43 +01:00
19 lines
389 B
TOML
19 lines
389 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.10"
|
|
regex = "0.2"
|
|
serde = "1.0"
|
|
embedder_traits = { path = "../embedder_traits" }
|
|
|
|
[dev-dependencies]
|
|
embedder_traits = { path = "../embedder_traits", features = ["tests"] }
|