mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
10 lines
155 B
Rust
10 lines
155 B
Rust
pub mod client;
|
|
|
|
#[allow(dead_code)]
|
|
pub(crate) mod api {
|
|
include!(concat!(env!("OUT_DIR"), "/api.rs"));
|
|
}
|
|
|
|
#[cfg(feature = "server")]
|
|
pub mod server;
|