bin/drk: tokio -> async_std.

This commit is contained in:
parazyd
2021-09-23 11:59:49 +02:00
parent 1b863922c8
commit dedef113dd

View File

@@ -214,7 +214,7 @@ async fn start(config: &DrkConfig, options: ArgMatches<'_>) -> Result<()> {
Err(Error::MissingParams)
}
#[tokio::main]
#[async_std::main]
async fn main() -> Result<()> {
let args = clap_app!(drk =>
(@arg CONFIG: -c --config +takes_value "Sets a custom config file")