mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 10:15:31 +00:00
10 lines
No EOL
129 B
Rust
10 lines
No EOL
129 B
Rust
use glommio::prelude::*;
|
|
|
|
use crate::config::Config;
|
|
|
|
pub fn run(
|
|
config: Config,
|
|
) -> anyhow::Result<()> {
|
|
|
|
Ok(())
|
|
} |