Added LICENSE
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
[project]
|
||||
name = "mizan-core"
|
||||
version = "0.1.0"
|
||||
license = "Elastic-2.0"
|
||||
description = "Mizan Python core — HMAC cache keys, MWT identity. Framework-agnostic primitives shared by every Python backend adapter."
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
|
||||
@@ -3,7 +3,7 @@ name = "mizan-macros"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Proc macros for mizan-core: #[derive(Mizan)], #[mizan::context], #[mizan(...)]. Emits MizanType / ContextMarker / FunctionSpec impls plus linkme registrations."
|
||||
license = "MIT"
|
||||
license = "Elastic-2.0"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
@@ -3,7 +3,7 @@ name = "mizan-core"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Mizan server-side IR substrate — types, traits, KDL emitter, registry. Rust analog of cores/mizan-python/src/mizan_core/."
|
||||
license = "MIT"
|
||||
license = "Elastic-2.0"
|
||||
|
||||
[dependencies]
|
||||
linkme = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user