mirror of
https://github.com/sreedevk/deduplicator.git
synced 2026-09-13 17:16:31 +00:00
removed tokio & other unused dependencies
This commit is contained in:
@@ -9,7 +9,6 @@ use anyhow::Result;
|
||||
use app::App;
|
||||
use clap::Parser;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<()> {
|
||||
fn main() -> Result<()> {
|
||||
App::init(¶ms::Params::parse())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user