mirror of
https://github.com/sreedevk/deduplicator.git
synced 2026-09-12 00:32:08 +00:00
filetype requirement removed
This commit is contained in:
@@ -9,7 +9,6 @@ use anyhow::Result;
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<()> {
|
||||
let connection = sqlite::open(":memory:")?;
|
||||
|
||||
database::setup(&connection)?;
|
||||
|
||||
let duplicates = scanner::duplicates(cli::App::parse(), &connection)?;
|
||||
|
||||
Reference in New Issue
Block a user