X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftools%2Ftidy%2FCargo.toml;h=19812fc6f55b630f9e557d2216e0a45f548a37c6;hb=27db39b1b30fe808ba725d36f4293a3b61a4b029;hp=fff83a1d097b3f6364c180781b8bfdb6ec886dc6;hpb=278e02a5b614d8a50a6549bbeb5b10ed4a42b6f8;p=rust.git diff --git a/src/tools/tidy/Cargo.toml b/src/tools/tidy/Cargo.toml index fff83a1d097..19812fc6f55 100644 --- a/src/tools/tidy/Cargo.toml +++ b/src/tools/tidy/Cargo.toml @@ -6,6 +6,7 @@ autobins = false [dependencies] cargo_metadata = "0.14" +cargo-platform = "0.1.2" regex = "1" miropt-test-tools = { path = "../miropt-test-tools" } lazy_static = "1"