feat(core): implement OperationContext, OperationRegistry, and OperationSpec

This commit is contained in:
2026-06-07 14:44:26 +00:00
parent 92a307fd03
commit 0d6f94c24c
9 changed files with 845 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ url = { version = "2", optional = true }
async-trait = "0.1"
ipnetwork = "0.21.1"
arc-swap = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
[dev-dependencies]
alknet-core = { path = ".", features = ["testutil", "tls", "iroh"] }