]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Enable proc macros and build scripts by default in CLI
[rust.git] / Cargo.toml
index 46c64d35c22354d8ff345e44f1c4a7957ee0e357..32ba3923bb929fbde46fc592a65baa9fe9bc3ee5 100644 (file)
@@ -1,4 +1,5 @@
 [workspace]
+resolver = "2"
 members = ["xtask/", "lib/*", "crates/*"]
 
 [profile.dev]
@@ -27,3 +28,5 @@ debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
 # chalk-recursive = { path = "../chalk/chalk-recursive" }
 
 # ungrammar = { path = "../ungrammar" }
+
+# salsa = { path = "../salsa" }