mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
rename aquatic to aquatic_udp, same for bench and load test crates
This commit is contained in:
parent
f614bab03d
commit
1b8d74e26d
35 changed files with 53 additions and 53 deletions
14
aquatic_udp/src/bin/aquatic_udp.rs
Normal file
14
aquatic_udp/src/bin/aquatic_udp.rs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
use aquatic_udp;
|
||||
use cli_helpers;
|
||||
|
||||
|
||||
#[global_allocator]
|
||||
static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
|
||||
|
||||
|
||||
fn main(){
|
||||
cli_helpers::run_app_with_cli_and_config::<aquatic_udp::config::Config>(
|
||||
"aquatic: udp bittorrent tracker",
|
||||
aquatic_udp::run,
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue