summaryrefslogtreecommitdiff
path: root/src/root.zig
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2025-11-29 18:30:39 -0500
committerRobby Zambito <contact@robbyzambito.me>2025-11-29 18:30:39 -0500
commitbd9ed88e5c7e112f2f4be8234fd11dd9db82d111 (patch)
tree5cb8a963599585a974e33b54b0cf04b54eb3e529 /src/root.zig
parentc6dfcc541d14a934ab739cb56f4e11882f46e9ea (diff)
Diffstat (limited to 'src/root.zig')
-rw-r--r--src/root.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/root.zig b/src/root.zig
index 12ebb2b..e46af60 100644
--- a/src/root.zig
+++ b/src/root.zig
@@ -1 +1,2 @@
pub const MessageParser = @import("server/message_parser.zig");
+pub const Server = @import("server/main.zig");