X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=3f83041bec0e2b1ede472977f443cf9eac64c8bb;hb=94a221ae8df006d48909e26b0583d212d6892aef;hp=218581d9d0ca16dbd6f8a376480697f9b218aac0;hpb=7bbca7a1b3f9293d2f5cc5745199bc5f8396f2f0;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 218581d9d0c..3f83041bec0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [workspace] -members = [ "crates/*", "xtask/" ] +members = ["xtask/", "lib/*", "crates/*"] +exclude = ["crates/proc_macro_test/imp"] [profile.dev] # Disabling debug info speeds up builds a bunch, @@ -17,24 +18,16 @@ miniz_oxide.opt-level = 3 [profile.release] incremental = true -debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger. - -# Ideally, we would use `build-override` here, but some crates are also -# needed at run-time and we end up compiling them twice. -[profile.release.package] -chalk-derive.opt-level = 0 -proc-macro2.opt-level = 0 -quote.opt-level = 0 -salsa-macros.opt-level = 0 -serde_derive.opt-level = 0 -syn.opt-level = 0 -tracing-attributes.opt-level = 0 -xtask.opt-level = 0 +# Set this to 1 or 2 to get more useful backtraces in debugger. +debug = 0 [patch.'crates-io'] # rowan = { path = "../rowan" } -[patch.'https://github.com/rust-lang/chalk.git'] # chalk-solve = { path = "../chalk/chalk-solve" } -# chalk-rust-ir = { path = "../chalk/chalk-rust-ir" } # chalk-ir = { path = "../chalk/chalk-ir" } +# chalk-recursive = { path = "../chalk/chalk-recursive" } + +# ungrammar = { path = "../ungrammar" } + +# salsa = { path = "../salsa" }