mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-01 01:25:32 +00:00
set DEFAULT_PORT cost as global
This commit is contained in:
parent
ffda3d27e3
commit
b9be89ca0f
3 changed files with 8 additions and 3 deletions
|
|
@ -1,4 +1,10 @@
|
|||
pub mod client;
|
||||
pub mod gio;
|
||||
|
||||
// Main API
|
||||
|
||||
pub use client::Client;
|
||||
|
||||
// Global defaults
|
||||
|
||||
pub const DEFAULT_PORT: u16 = 1965;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue