Update Cargo.toml
Browse files- Cargo.toml +8 -2
Cargo.toml
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
|
| 9 |
[package]
|
| 10 |
name = "spf-smart-gate"
|
| 11 |
-
version = "3.0.
|
| 12 |
edition = "2021"
|
| 13 |
authors = ["Joseph Stone <joepcstone@gmail.com>"]
|
| 14 |
description = "SPF Smart GATE - MCP command gateway with complexity enforcement"
|
|
@@ -90,6 +90,12 @@ html2text = "0.6"
|
|
| 90 |
sha2 = "0.10"
|
| 91 |
hex = "0.4"
|
| 92 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
# ============================================================================
|
| 94 |
# CRYPTOGRAPHIC IDENTITY — Ed25519 key pairs for mesh authentication
|
| 95 |
# ============================================================================
|
|
@@ -154,4 +160,4 @@ opt-level = 1
|
|
| 154 |
# DEV DEPENDENCIES — for tests only
|
| 155 |
# ============================================================================
|
| 156 |
[dev-dependencies]
|
| 157 |
-
tempfile = "3"
|
|
|
|
| 8 |
|
| 9 |
[package]
|
| 10 |
name = "spf-smart-gate"
|
| 11 |
+
version = "3.0.3"
|
| 12 |
edition = "2021"
|
| 13 |
authors = ["Joseph Stone <joepcstone@gmail.com>"]
|
| 14 |
description = "SPF Smart GATE - MCP command gateway with complexity enforcement"
|
|
|
|
| 90 |
sha2 = "0.10"
|
| 91 |
hex = "0.4"
|
| 92 |
|
| 93 |
+
# ============================================================================
|
| 94 |
+
# GLOB MATCHING — recursive file patterns (replaces broken find -name, Subtask 6)
|
| 95 |
+
# ============================================================================
|
| 96 |
+
globset = "0.4"
|
| 97 |
+
walkdir = "2"
|
| 98 |
+
|
| 99 |
# ============================================================================
|
| 100 |
# CRYPTOGRAPHIC IDENTITY — Ed25519 key pairs for mesh authentication
|
| 101 |
# ============================================================================
|
|
|
|
| 160 |
# DEV DEPENDENCIES — for tests only
|
| 161 |
# ============================================================================
|
| 162 |
[dev-dependencies]
|
| 163 |
+
tempfile = "3"
|