/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/bluetooth/Cargo.toml
33 строки
946 B
Alex Touchet
Convert more component dependencies to workspace dependencies (#45017)
20 май 2026, 06:46
Не верифицирован
20 май 2026, 06:46
5665d16
Код
Авторство
О чём код?
[package] name = "servo-bluetooth" 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 = "servo_bluetooth" path = "lib.rs" [dependencies] bitflags = { workspace = true } blurmock = { workspace = true, optional = true } btleplug = { workspace = true, optional = true } embedder_traits = { workspace = true } futures = { workspace = true, features = ["executor"] } log = { workspace = true } rand = { workspace = true } servo-base = { workspace = true } servo-bluetooth-traits = { workspace = true } servo-config = { workspace = true } tokio = { workspace = true, features = ["rt", "sync", "time"], optional = true } uuid = { workspace = true } [features] default = ["bluetooth-test"] bluetooth-test = ["blurmock"] native-bluetooth = ["bluetooth-test", "btleplug", "tokio"]