1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Create first event handler and framework for it

This commit is contained in:
NG (Graham)
2025-07-03 21:53:34 -04:00
parent e69c7dabd6
commit 38ab4ba799
10 changed files with 120 additions and 11 deletions

View File

@@ -15,6 +15,7 @@ clap.workspace = true
oj_rc_core = { version = "*", path = "../rc_core" }
async-trait.workspace = true
bytes = "1.10"
byteserde = "0.6.2"
literustlib_server = { version = "0.1", path = "../../LiteRustLib/server" }
literustlib = { version = "0.1", path = "../../LiteRustLib" }