Change api folder to wrappers
This commit is contained in:
parent
9d264ecbf4
commit
41a7eb90c5
@ -13,10 +13,10 @@
|
||||
|
||||
use colored::{ColoredString, Colorize};
|
||||
|
||||
use apis::pacman;
|
||||
use wrappers::pacman;
|
||||
|
||||
mod apis;
|
||||
mod shell_commands;
|
||||
mod wrappers;
|
||||
|
||||
fn main() {
|
||||
println!("{}", copyright_notice());
|
||||
|
@ -1 +1,2 @@
|
||||
pub mod pacman;
|
||||
mod paru;
|
Loading…
x
Reference in New Issue
Block a user