/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/bsdiff_helper/Cargo.toml
17 строк
310 B
Bartek Iwańczuk
fix(upgrade): zstd-compress bsdiff delta patches (#34354)
25 май 2026, 15:52
Не верифицирован
25 май 2026, 15:52
5d41c46
Код
Авторство
О чём код?
# Copyright 2018-2026 the Deno authors. MIT license. [package] name = "bsdiff_helper" version = "0.1.0" edition.workspace = true license.workspace = true publish = false repository.workspace = true [[bin]] name = "bsdiff_helper" path = "main.rs" [dependencies] bsdiff.workspace = true zstd.workspace = true