mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 21:18:42 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.0 to 1.28.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.28.0...tokio-1.28.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
592 B
TOML
18 lines
592 B
TOML
[package]
|
|
name = "detect-targets"
|
|
description = "Detect the target of the env at runtime"
|
|
repository = "https://github.com/cargo-bins/cargo-binstall"
|
|
documentation = "https://docs.rs/detect-targets"
|
|
version = "0.1.7"
|
|
rust-version = "1.61.0"
|
|
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0 OR MIT"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.28.1", features = ["rt", "process", "sync"], default-features = false }
|
|
cfg-if = "1.0.0"
|
|
guess_host_triple = "0.1.3"
|
|
|
|
[dev-dependencies]
|
|
tokio = { version = "1.28.1", features = ["macros"], default-features = false }
|