/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ext/bundle/Cargo.toml
18 строк
439 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_bundle_runtime" version = "0.44.0" authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true description = "Bundle runtime API for Deno" [dependencies] async-trait.workspace = true deno_core.workspace = true deno_error.workspace = true deno_permissions.workspace = true regex.workspace = true serde.workspace = true