X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=286ef1e7dcb4dfde854c8ee20ab38575fed61264;hb=d3cb032f7e81359da943890629e605f6cf294bd3;hp=1b322acdc616412d1fa5e1436bdb0cbf16764c1f;hpb=73e49493bd32ff12dbb70cde7d3fee9cf1dec7cd;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 1b322acdc61..286ef1e7dcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [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, # and we don't rely on it for debugging that much. -debug = 2 +debug = 0 [profile.dev.package] # These speed up local tests. @@ -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" }