/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
libs/dotenv/Cargo.toml
21 строка
454 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_dotenv" version = "0.26.0" authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true description = "dotenv file parser for Deno" [dependencies] deno_path_util.workspace = true sys_traits.workspace = true thiserror.workspace = true [dev-dependencies] sys_traits = { workspace = true, features = ["memory"] } [lib] path = "lib.rs"