Initial Commit

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2025-11-03 16:00:59 +01:00
commit 9ff1cf1bac
12 changed files with 615 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[workspace]
members = ["crates/*"]
resolver = "3"
[workspace.package]
edition = "2024"
version = "0.1.0"
license = "EUPL-1.2"
authors = ["Marcel Müller <neikos@neikos.email>"]