[package] name = "rustc-tools" version = "0.80.0" authors = ["Guillaume Gomez "] description = "Some internal rustc tools made accessible" repository = "https://github.com/GuillaumeGomez/rustc-tools" documentation = "https://guillaumegomez.github.io/rustc-tools/index.html" license = "MIT" readme = "README.md" edition = "2021" [lib] name = "rustc_tools" [dependencies] term = "0.7" cargo_metadata = "0.18"