2 Star 0 Fork 0

mirrors_rust-lang/cargo-bisect-rustc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 959 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eric Huss 提交于 2024-06-18 06:50 . Update to 0.6.9
[package]
authors = ["Mark Simulacrum <mark.simulacrum@gmail.com>"]
build = "build.rs"
categories = ["development-tools"]
description = "Bisects rustc toolchains with rustup"
keywords = ["rustup"]
license = "MIT OR Apache-2.0"
name = "cargo-bisect-rustc"
readme = "README.md"
repository = "https://github.com/rust-lang/cargo-bisect-rustc"
version = "0.6.9"
edition = "2021"
[dependencies]
dialoguer = { version = "0.11.0", default-features = false }
home = "0.5"
env_logger = "0.11.0"
thiserror = "1"
anyhow = "1"
flate2 = "1.0.24"
git2 = "0.19.0"
log = "0.4"
pbr = "1.1.1"
reqwest = { version = "0.12.1", features = ["blocking", "json"] }
rustc_version = "0.4.0"
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0"
clap = { version = "4.5", features = ["derive", "wrap_help"] }
tar = "0.4"
tee = "0.1"
tempfile = "3"
xz2 = "0.1.7"
chrono = "0.4.22"
colored = "2"
regex = "1.10.1"
[dev-dependencies]
quickcheck = "1"
trycmd = "0.15.0"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_rust-lang/cargo-bisect-rustc.git
git@gitee.com:mirrors_rust-lang/cargo-bisect-rustc.git
mirrors_rust-lang
cargo-bisect-rustc
cargo-bisect-rustc
master

搜索帮助