Nest the ircd link under modules/protocol/
The protocol link is a different kind of module from the service pseudo-clients, so give it its own home: modules/inspircd -> modules/protocol/inspircd. A future ircd link is a new crate alongside it. Workspace member, dependency path, the crate's own api path, and the docs are updated to match. No code change.
This commit is contained in:
parent
ad2a623120
commit
a803177f8b
5 changed files with 11 additions and 9 deletions
8
modules/protocol/inspircd/Cargo.toml
Normal file
8
modules/protocol/inspircd/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "fedserv-inspircd"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
description = "InspIRCd server-to-server protocol module for fedserv."
|
||||
|
||||
[dependencies]
|
||||
fedserv-api = { path = "../../../api" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue