aboutsummaryrefslogtreecommitdiff
path: root/proc-macro-error/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'proc-macro-error/Cargo.toml')
-rw-r--r--proc-macro-error/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/proc-macro-error/Cargo.toml b/proc-macro-error/Cargo.toml
new file mode 100644
index 0000000..6fa600e
--- /dev/null
+++ b/proc-macro-error/Cargo.toml
@@ -0,0 +1,7 @@
+[workspace]
+
+members = [
+ "proc-macro-error",
+ "proc-macro-error-attr",
+ "test-crate",
+]