/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ext/cache/Cargo.toml
38 строк
874 B
denobot
chore: forward v2.9.5 release commit to main (#36452)
06 авг 2026, 18:08
Не верифицирован
06 авг 2026, 18:08
903d670
Код
Авторство
О чём код?
# Copyright 2018-2026 the Deno authors. MIT license. [package] name = "deno_cache" version = "0.190.0" authors.workspace = true edition.workspace = true license.workspace = true readme = "README.md" repository.workspace = true description = "Implementation of Cache API for Deno" [lib] path = "lib.rs" [dependencies] async-stream.workspace = true base64.workspace = true bytes.workspace = true chrono = { workspace = true, features = ["now"] } deno_core.workspace = true deno_error.workspace = true futures.workspace = true http.workspace = true http-body.workspace = true http-body-util.workspace = true hyper.workspace = true hyper-util.workspace = true log.workspace = true rusqlite.workspace = true sha2.workspace = true slab.workspace = true thiserror.workspace = true tokio.workspace = true tokio-util.workspace = true [dev-dependencies] tempfile.workspace = true