diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-04-27 16:11:12 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-04-27 18:03:06 -0400 |
commit | cc8438448d3e093d0aabf52d97e11a6514a82765 (patch) | |
tree | 0de8d424c12005e0b3842140af55fc002cf6c1f6 /src/root.zig | |
parent | 683a2015b0a2d410d012bef404e891da5f6f261e (diff) |
Staring real connections
Diffstat (limited to 'src/root.zig')
-rw-r--r-- | src/root.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/root.zig b/src/root.zig index 5d93578..71d5b2d 100644 --- a/src/root.zig +++ b/src/root.zig @@ -1,2 +1,4 @@ pub const Client = @import("Client.zig"); +pub const Connection = @import("Connection.zig"); + pub usingnamespace @import("message.zig"); |