X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=286ef1e7dcb4dfde854c8ee20ab38575fed61264;hb=d3cb032f7e81359da943890629e605f6cf294bd3;hp=84da50b9f6cd963df05b04d398b780832a21d501;hpb=d1cdfa800c78f945081b16cd9c3733bfcd133ecc;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 84da50b9f6c..286ef1e7dcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,6 @@ [workspace] -resolver = "2" 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, @@ -28,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" }