From cb6439016b9fe28a3dc9576842147af38117d117 Mon Sep 17 00:00:00 2001 From: Gus Power Date: Wed, 28 May 2025 17:29:35 +0100 Subject: initial --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..50381f9 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,3 @@ +[workspace] +members = ["e2etest-macros", "e2etest-runner", "e2etest-report", "e2etest-examples/rust-only-example"] +resolver = "3" -- cgit v1.2.3