From cb6439016b9fe28a3dc9576842147af38117d117 Mon Sep 17 00:00:00 2001 From: Gus Power Date: Wed, 28 May 2025 17:29:35 +0100 Subject: initial --- e2etest-macros/Cargo.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 e2etest-macros/Cargo.toml (limited to 'e2etest-macros/Cargo.toml') diff --git a/e2etest-macros/Cargo.toml b/e2etest-macros/Cargo.toml new file mode 100644 index 0000000..475207a --- /dev/null +++ b/e2etest-macros/Cargo.toml @@ -0,0 +1,18 @@ +[package] +name = "e2etest-macros" +version = "0.1.0" +edition = "2024" +description = "Supporting macros for e2etest." +authors = ["Gus Power "] +repository = "https://github.com/guspower/e2etest-macros" +license = "MIT OR Apache-2.0" + +[dependencies] +proc-macro2 = "1.0" +quote = "1.0" +syn = { version = "2.0", features = ["full", "extra-traits"] } + +[lib] +proc-macro = true +name = "e2etest_macros" +path = "src/lib.rs" -- cgit v1.2.3