/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
cli/snapshot/Cargo.toml
20 строк
411 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_snapshots" version = "0.72.0" authors.workspace = true edition.workspace = true license.workspace = true readme = "README.md" repository.workspace = true description = "v8 snapshot used by the Deno CLI" [lib] path = "lib.rs" [features] disable = [] [build-dependencies] deno_runtime = { workspace = true, features = ["snapshot"] }