durian for realtime updates

This commit is contained in:
2024-09-22 13:43:52 -04:00
Unverified
parent e3584034a2
commit ff6f648748
5 changed files with 33 additions and 4 deletions

6
server/src/events.rs Normal file
View File

@@ -0,0 +1,6 @@
use durian::bincode_packet;
#[bincode_packet]
pub struct Greet {
id: u32
}