mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
This is another step preparing for building Servo without `mach`. Fixes #33430. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
18 lines
388 B
TOML
18 lines
388 B
TOML
[package]
|
|
name = "bluetooth_traits"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[lib]
|
|
name = "bluetooth_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
embedder_traits = { workspace = true }
|
|
ipc-channel = { workspace = true }
|
|
regex = { workspace = true }
|
|
serde = { workspace = true }
|