rustc-tools 0.3.2

Some internal rustc tools made accessible
[package]
name = "rustc-tools"
version = "0.3.2"
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]

description = "Some internal rustc tools made accessible"
repository = "https://github.com/GuillaumeGomez/rustc-tools"
license = "MIT"
readme = "README.md"
edition = "2021"

# A noop dependency that changes in the Rust repository, it's a bit of a hack.
# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
# for more information.
rustc-workspace-hack = "1.0.0"

[lib]
name = "rustc_tools"

[dependencies]
term = "0.7"
cargo_metadata = "0.18"