Move archive handling to archive.rs
This commit is contained in:
parent
007a4cf95c
commit
e3c793a44d
4 changed files with 276 additions and 264 deletions
|
|
@ -6,6 +6,7 @@ use std::{env, fs, path::PathBuf, process};
|
|||
|
||||
use app::{App, Flags};
|
||||
pub mod app;
|
||||
mod archive;
|
||||
pub mod clipboard;
|
||||
use config::Config;
|
||||
pub mod config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue