Move NetEvent/NetAction/RegReply/Protocol and Sender/ServiceCtx into a dependency-free fedserv-api crate that a module builds against. Core keeps referring to them through re-export shims at crate::proto and crate::engine::service, so no consumer changes. Groundwork for external service and protocol modules.
7 lines
188 B
TOML
7 lines
188 B
TOML
[package]
|
|
name = "fedserv-api"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
description = "Stable module SDK: the traits and vocabulary a service or protocol module builds against."
|
|
|
|
[dependencies]
|