From 0d400d4c400928af565cb8de39556a2170846da1 Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Thu, 9 Jan 2025 14:42:47 +0200 Subject: feat(guests_macro): Add initial implementation --- guests_macro/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 guests_macro/Cargo.toml (limited to 'guests_macro/Cargo.toml') diff --git a/guests_macro/Cargo.toml b/guests_macro/Cargo.toml new file mode 100644 index 0000000..4a2e538 --- /dev/null +++ b/guests_macro/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "guests_macro" +version = "0.1.0" +edition = "2021" + +[lib] +proc-macro = true -- cgit v1.2.3