cargo-binstall/crates/detect-targets/Cargo.toml
github-actions[bot] 8119acfeb0
release: detect-targets v0.1.5 (#706)
chore: Release

Co-authored-by: github-actions <github-actions@github.com>
2023-01-16 11:23:54 +11:00

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.5"
rust-version = "1.61.0"
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
edition = "2021"
license = "Apache-2.0 OR MIT"
[dependencies]
tokio = { version = "1.24.1", features = ["rt", "process", "sync"], default-features = false }
cfg-if = "1.0.0"
guess_host_triple = "0.1.3"
[dev-dependencies]
tokio = { version = "1.24.1", features = ["macros"], default-features = false }