This commit is contained in:
Dr. Matthias Ratajczak
2022-12-02 16:29:01 +01:00
parent ef20514d1c
commit 7cd415985d
5 changed files with 13 additions and 14 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
use crate::package::Package;
use std::collections::HashSet;
use std::fs::File;
use std::hash::Hash;
use std::io::BufRead;
use std::{io::BufReader, path::PathBuf};
use crate::package::Package;
pub const GROUPS_DIR: &str = "/home/ratajc72/.config/pacdef/groups";
#[derive(Debug)]