veloren/common/query_server/src/lib.rs

5 lines
116 B
Rust
Raw Normal View History

2024-04-25 12:01:54 +00:00
#[cfg(feature = "client")] pub mod client;
pub mod proto;
2024-04-28 13:49:37 +00:00
mod ratelimit;
2024-04-25 12:01:54 +00:00
#[cfg(feature = "server")] pub mod server;