Make clipboard pub
This commit is contained in:
parent
6a29e427b8
commit
8c90fa853b
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ use std::{path::PathBuf, process};
|
||||||
|
|
||||||
use app::{App, Flags};
|
use app::{App, Flags};
|
||||||
mod app;
|
mod app;
|
||||||
mod clipboard;
|
pub mod clipboard;
|
||||||
use config::{Config, CONFIG_VERSION};
|
use config::{Config, CONFIG_VERSION};
|
||||||
mod config;
|
mod config;
|
||||||
pub mod dialog;
|
pub mod dialog;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue