mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
17 lines
358 B
TOML
17 lines
358 B
TOML
[package]
|
|
name = "bluetooth_traits"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[lib]
|
|
name = "bluetooth_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
embedder_traits = { workspace = true }
|
|
ipc-channel = { workspace = true }
|
|
regex = { workspace = true }
|
|
serde = { workspace = true }
|