mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
17 lines
296 B
TOML
17 lines
296 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.5"
|
|
regex = "0.1.43"
|
|
serde = "0.8"
|
|
serde_derive = "0.8"
|
|
util = {path = "../util"}
|