Added LICENSE

This commit is contained in:
2026-06-04 03:38:26 -04:00
parent 776e0cf27a
commit 4effcc7597
21 changed files with 201 additions and 70 deletions

View File

@@ -3,7 +3,7 @@ name = "mizan-tauri"
version = "0.1.0"
edition = "2021"
description = "Tauri backend adapter for Mizan — typed RPC dispatch over Tauri's IPC. Single `mizan_invoke` command routes through mizan-core's compile-time function registry."
license = "MIT"
license = "Elastic-2.0"
[dependencies]
mizan-core = { path = "../../cores/mizan-rust" }