/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/shared/bluetooth/Cargo.toml
20 строк
456 B
Euclid Ye
cargo: Rename workspace-local library starting with b to `servo_*` (#43552)
23 мар 2026, 11:26
Не верифицирован
23 мар 2026, 11:26
cae0752
Код
Авторство
О чём код?
[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 = "servo_bluetooth_traits" path = "lib.rs" [dependencies] embedder_traits = { workspace = true } regex = { workspace = true } serde = { workspace = true } servo-base = { workspace = true }