/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/util/server/Cargo.toml
58 строк
1 KB
Bartek Iwańczuk
build(deps): upgrade opentelemetry crates to 0.32 (#35563)
01 июл 2026, 22:08
Не верифицирован
01 июл 2026, 22:08
b5bd65d
Код
Авторство
О чём код?
# Copyright 2018-2026 the Deno authors. MIT license. [package] name = "test_server" version = "0.1.0" authors.workspace = true edition.workspace = true license.workspace = true publish = false repository.workspace = true [[bin]] name = "test_server" path = "main.rs" [[test]] name = "integration" path = "integration_tests_runner.rs" harness = false [dependencies] test_util.workspace = true anyhow.workspace = true async-stream.workspace = true base64.workspace = true bsdiff.workspace = true bytes.workspace = true deno_unsync = "0" denokv_proto.workspace = true faster-hex.workspace = true fastwebsockets.workspace = true flate2 = { workspace = true, features = ["default"] } futures.workspace = true h2.workspace = true http.workspace = true http-body-util.workspace = true hyper.workspace = true hyper-util.workspace = true once_cell.workspace = true parking_lot.workspace = true percent-encoding.workspace = true pretty_assertions.workspace = true prost.workspace = true reqwest.workspace = true rustls.workspace = true rustls-pemfile.workspace = true rustls-tokio-stream.workspace = true semver.workspace = true serde_json.workspace = true sha2.workspace = true tar.workspace = true tempfile.workspace = true tokio.workspace = true zip.workspace = true [target.'cfg(unix)'.dependencies] libc.workspace = true