/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/storage/Cargo.toml
44 строки
1 KB
Narfinger
net: Implement on disk cache (#43819)
11 авг 2026, 17:32
Не верифицирован
11 авг 2026, 17:32
fb04f8f
Код
Авторство
О чём код?
[package] name = "servo-storage" 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 autotests = false # Inhibit lookup for tests/*.rs without [[test]] sections [lib] name = "storage" path = "lib.rs" [dependencies] libc = { workspace = true } log = { workspace = true } malloc_size_of = { workspace = true } malloc_size_of_derive = { workspace = true } net_traits = { workspace = true } postcard = { workspace = true } profile_traits = { workspace = true } rusqlite = { workspace = true } rustc-hash = { workspace = true } sea-query = { workspace = true } sea-query-rusqlite = { workspace = true } serde = { workspace = true } servo-base = { workspace = true } servo-config = { workspace = true } servo-url = { workspace = true } storage_traits = { workspace = true } tempfile = { workspace = true } uuid = { workspace = true } [dev-dependencies] profile = { workspace = true } servo-default-resources = { workspace = true } url = { workspace = true } [[test]] name = "main" path = "tests/main.rs"