set DEFAULT_PORT cost as global

This commit is contained in:
yggverse 2024-11-27 18:21:16 +02:00
parent ffda3d27e3
commit b9be89ca0f
3 changed files with 8 additions and 3 deletions

View file

@ -1,4 +1,10 @@
pub mod client;
pub mod gio;
// Main API
pub use client::Client;
// Global defaults
pub const DEFAULT_PORT: u16 = 1965;