/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.0.2
components/devtools/Cargo.toml
36 строк
903 B
Martin Robinson
Remove Servo's wrapper around `rand` (#39979)
18 окт 2025, 16:54
Не верифицирован
18 окт 2025, 16:54
c776475
Код
Авторство
О чём код?
[package] name = "devtools" version.workspace = true authors.workspace = true license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true [lib] name = "devtools" path = "lib.rs" [dependencies] base = { workspace = true } base64 = { workspace = true } chrono = { workspace = true } crossbeam-channel = { workspace = true } devtools_traits = { workspace = true } embedder_traits = { workspace = true } headers = { workspace = true } http = { workspace = true } ipc-channel = { workspace = true } log = { workspace = true } net = { path = "../net" } net_traits = { workspace = true } rand = { workspace = true } rustc-hash = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } servo_config = { path = "../config" } servo_url = { path = "../url" } uuid = { workspace = true } [build-dependencies] chrono = { workspace = true }