mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Also reorders alphabetically for the corresponding user .toml. Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
21 lines
450 B
TOML
21 lines
450 B
TOML
[package]
|
|
name = "servo-bluetooth-traits"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
rust-version.workspace = true
|
|
repository.workspace = true
|
|
description.workspace = true
|
|
|
|
[lib]
|
|
name = "bluetooth_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
embedder_traits = { workspace = true }
|
|
regex = { workspace = true }
|
|
serde = { workspace = true }
|
|
servo-base = { workspace = true }
|