diff options
Diffstat (limited to 'tests/rustdoc-gui/src/proc_macro_test/Cargo.toml')
-rw-r--r-- | tests/rustdoc-gui/src/proc_macro_test/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/rustdoc-gui/src/proc_macro_test/Cargo.toml b/tests/rustdoc-gui/src/proc_macro_test/Cargo.toml new file mode 100644 index 000000000..768ced651 --- /dev/null +++ b/tests/rustdoc-gui/src/proc_macro_test/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "proc_macro_test" +version = "0.1.0" +edition = "2021" + +[lib] +path = "lib.rs" +proc-macro = true |