admina-core 0.9.2__tar.gz → 0.9.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {admina_core-0.9.2 → admina_core-0.9.3}/Cargo.lock +1 -1
- {admina_core-0.9.2 → admina_core-0.9.3}/Cargo.toml +1 -1
- {admina_core-0.9.2 → admina_core-0.9.3}/PKG-INFO +1 -1
- {admina_core-0.9.2 → admina_core-0.9.3}/pyproject.toml +1 -1
- {admina_core-0.9.2 → admina_core-0.9.3}/uv.lock +2 -2
- {admina_core-0.9.2 → admina_core-0.9.3}/.cargo/config.toml +0 -0
- {admina_core-0.9.2 → admina_core-0.9.3}/README.md +0 -0
- {admina_core-0.9.2 → admina_core-0.9.3}/src/firewall.rs +0 -0
- {admina_core-0.9.2 → admina_core-0.9.3}/src/forensic.rs +0 -0
- {admina_core-0.9.2 → admina_core-0.9.3}/src/lib.rs +0 -0
- {admina_core-0.9.2 → admina_core-0.9.3}/src/loop_breaker.rs +0 -0
- {admina_core-0.9.2 → admina_core-0.9.3}/src/pii.rs +0 -0
|
@@ -19,7 +19,7 @@ build-backend = "maturin"
|
|
|
19
19
|
|
|
20
20
|
[project]
|
|
21
21
|
name = "admina-core"
|
|
22
|
-
version = "0.9.
|
|
22
|
+
version = "0.9.3"
|
|
23
23
|
description = "Admina governance engines — Rust core with Python bindings (firewall, PII, loop breaker, hash chain)"
|
|
24
24
|
readme = "README.md"
|
|
25
25
|
requires-python = ">=3.11"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|