rework section loading

This commit is contained in:
timeshifter
2023-01-09 19:06:51 +01:00
parent 45f8f9a5d5
commit 03cc060d0f
8 changed files with 32 additions and 14 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
use std::{collections::HashSet, process::Command};
use super::{Backend, Switches, Text};
use crate::{impl_backend_constants, Package};
use crate::{impl_backend_constants, Group, Package};
pub struct Rust {
pub packages: HashSet<Package>,