X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fbootstrap%2FCargo.toml;h=22ceeca941e932872474ce0a3f549de91eece093;hb=27db39b1b30fe808ba725d36f4293a3b61a4b029;hp=fafe82a9c128a44ea9307a635b3819282e42c8f1;hpb=731e0bf721c1ec2c7843547e86b6157b40a437d1;p=rust.git diff --git a/src/bootstrap/Cargo.toml b/src/bootstrap/Cargo.toml index fafe82a9c12..22ceeca941e 100644 --- a/src/bootstrap/Cargo.toml +++ b/src/bootstrap/Cargo.toml @@ -30,6 +30,7 @@ path = "bin/sccache-plus-cl.rs" test = false [dependencies] +build_helper = { path = "../tools/build_helper" } cmake = "0.1.38" fd-lock = "3.0.8" filetime = "0.2"