chore: remove dead core/parmanode crate

The parmanode compatibility layer was scaffolded but never wired up —
zero imports or calls from anywhere in the codebase. Closes gitea#1.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-26 15:33:13 +00:00
co-authored by Claude Opus 4.6
parent 1d9fe06f97
commit f7a57b8f1f
6 changed files with 1 additions and 254 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ futures-util = "0.3"
archipelago-container = { path = "../container" }
archipelago-security = { path = "../security" }
archipelago-performance = { path = "../performance" }
archipelago-parmanode = { path = "../parmanode" }
# Database (optional for now - can use SQLite or skip)
# sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio-rustls"] }