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

Add basic chat plugin harness (no plugin loading implemented)

This commit is contained in:
NG (Graham)
2026-01-13 19:29:27 -05:00
parent d04984239c
commit 7224a9b5aa
10 changed files with 125 additions and 2 deletions

View File

@@ -23,3 +23,5 @@ async-trait.workspace = true
git-version.workspace = true
chrono.workspace = true
oj_serdes.workspace = true
oj_rc_plugins = { version = "*", path = "../rc_plugins" }
futures.workspace = true