Initial template commit

This commit is contained in:
2025-03-07 17:16:08 +02:00
commit 11f391964b
68 changed files with 1632 additions and 0 deletions

16
tests/Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "template-e2e"
version.workspace = true
authors.workspace = true
categories.workspace = true
edition.workspace = true
keywords.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
resolver = "2"
description.workspace = true
[dependencies]
thirtyfour.workspace = true
tokio.workspace = true