diff options
Diffstat (limited to 'e2etest-report/Cargo.toml')
| -rw-r--r-- | e2etest-report/Cargo.toml | 8 |
1 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" |
