/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/url/Cargo.toml
25 строк
630 B
Jonathan Schwender
Metadata: Add missing repository information (#43451)
19 мар 2026, 11:54
Не верифицирован
19 мар 2026, 11:54
eac6ff8
Код
Авторство
О чём код?
[package] name = "servo-url" 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_url" path = "lib.rs" test = false doctest = false [dependencies] encoding_rs = { workspace = true } malloc_size_of = { workspace = true } malloc_size_of_derive = { workspace = true } serde = { workspace = true, features = ["derive"] } servo_arc = { workspace = true } url = { workspace = true, features = ["serde"] } uuid = { workspace = true, features = ["serde"] }