aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJonas Schievink <[email protected]>2021-06-09 16:16:52 +0100
committerJonas Schievink <[email protected]>2021-06-09 16:16:52 +0100
commit05b3a4bc93cf6555857bfc68b5e85830a0da80dc (patch)
tree4bd5ad6b0b9a6a4a653ad8511122fa542021f588 /Cargo.toml
parent5f592f4f58a6e1e1db0f920af34a2f569b65017c (diff)
Build test-macros in a build script
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 32ba3923b..4d6908fa9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,7 @@
1[workspace] 1[workspace]
2resolver = "2" 2resolver = "2"
3members = ["xtask/", "lib/*", "crates/*"] 3members = ["xtask/", "lib/*", "crates/*"]
4exclude = ["crates/proc_macro_test/imp"]
4 5
5[profile.dev] 6[profile.dev]
6# Disabling debug info speeds up builds a bunch, 7# Disabling debug info speeds up builds a bunch,