/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/profile/Cargo.toml
33 строки
809 B
Jonathan Schwender
allocator: Move custom HeapReport into servo-allocator (#45973)
25 июн 2026, 15:52
Не верифицирован
25 июн 2026, 15:52
b0377f3
Код
Авторство
О чём код?
[package] name = "servo-profile" 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 = "profile" path = "lib.rs" [dependencies] log = { workspace = true } profile_traits = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } servo-allocator = { workspace = true } servo-base = { workspace = true } servo-config = { workspace = true } time = { workspace = true } [target.'cfg(target_os = "macos")'.dependencies] mach2 = { workspace = true } [target.'cfg(target_os = "linux")'.dependencies] regex = { workspace = true } [target.'cfg(not(target_os = "windows"))'.dependencies] libc = { workspace = true }