X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=286ef1e7dcb4dfde854c8ee20ab38575fed61264;hb=61c744d4fd17f546520f4a14d79846c52f58a340;hp=3f83041bec0e2b1ede472977f443cf9eac64c8bb;hpb=057558b756c201076056bd44bba95eaef17224c2;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 3f83041bec0..286ef1e7dcb 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, @@ -27,6 +27,7 @@ debug = 0 # chalk-solve = { path = "../chalk/chalk-solve" } # chalk-ir = { path = "../chalk/chalk-ir" } # chalk-recursive = { path = "../chalk/chalk-recursive" } +# chalk-derive = { path = "../chalk/chalk-derive" } # ungrammar = { path = "../ungrammar" }