rework backend internals

This commit is contained in:
steven-omaha
2023-01-10 18:17:12 +01:00
parent 122665a088
commit ae0907c261
3 changed files with 35 additions and 36 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ use crate::{Group, Package};
pub(crate) use todo_per_backend::ToDoPerBackend;
pub use pacman::Pacman;
pub use rust::Rust;
pub(crate) use pacman::Pacman;
pub(crate) use rust::Rust;
pub(in crate::backend) type Switches = &'static [&'static str];
pub(in crate::backend) type Text = &'static str;