mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
Run cargo fmt
This commit is contained in:
parent
8f0dabc706
commit
17412868b9
11 changed files with 73 additions and 63 deletions
|
|
@ -1,12 +1,12 @@
|
|||
use cfg_if::cfg_if;
|
||||
|
||||
pub mod config;
|
||||
pub mod common;
|
||||
pub mod config;
|
||||
|
||||
#[cfg(feature = "with-mio")]
|
||||
pub mod mio;
|
||||
#[cfg(all(feature = "with-glommio", target_os = "linux"))]
|
||||
pub mod glommio;
|
||||
#[cfg(feature = "with-mio")]
|
||||
pub mod mio;
|
||||
|
||||
pub const APP_NAME: &str = "aquatic_http: HTTP/TLS BitTorrent tracker";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue