feat: slhx requirements, project structure, and core primitives

This commit is contained in:
2026-05-10 11:33:26 +02:00
commit bd13d0fa0d
7 changed files with 1045 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[workspace]
resolver = "2"
members = ["slhx-core", "slhx-derive", "slhx-js", "slhx-axum"]
[workspace.package]
version = "0.1.0"
edition = "2021"
[profile.release]
opt-level = "z"
lto = true