X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=6b68ca823894f90f3769a6c4dc60a6b4e1cb49a5;hb=2e9f1204ca01c3e20898d4a67c8b84899d394a88;hp=3f83041bec0e2b1ede472977f443cf9eac64c8bb;hpb=53b5b2fdaa071d96edec4d840e0d9682f6794d1a;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 3f83041bec0..6b68ca82389 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace] members = ["xtask/", "lib/*", "crates/*"] -exclude = ["crates/proc_macro_test/imp"] +exclude = ["crates/proc-macro-test/imp"] [profile.dev] # Disabling debug info speeds up builds a bunch,