summaryrefslogtreecommitdiff
path: root/e2etest-report
diff options
context:
space:
mode:
authorGus Power <gus@infinitesidequests.com>2025-05-28 17:29:35 +0100
committerGus Power <gus@infinitesidequests.com>2025-05-28 17:29:35 +0100
commitcb6439016b9fe28a3dc9576842147af38117d117 (patch)
tree8eee3a1e6050aa562519754137004145dcb13ff1 /e2etest-report
initialHEADmain
Diffstat (limited to 'e2etest-report')
-rw-r--r--e2etest-report/Cargo.toml8
-rw-r--r--e2etest-report/src/lib.rs0
2 files changed, 8 insertions, 0 deletions
diff --git a/e2etest-report/Cargo.toml b/e2etest-report/Cargo.toml
new file mode 100644
index 0000000..2c11dd1
--- /dev/null
+++ b/e2etest-report/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "e2etest-report"
+version = "0.1.0"
+edition = "2024"
+description = "Reporting crate for e2etest."
+authors = ["Gus Power <gus@infinitesidequests.com>"]
+repository = "https://github.com/guspower/e2etest-report"
+license = "MIT OR Apache-2.0"
diff --git a/e2etest-report/src/lib.rs b/e2etest-report/src/lib.rs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/e2etest-report/src/lib.rs