This commit is contained in:
Dr. Matthias Ratajczak
2022-12-02 16:53:54 +01:00
parent 061ad6ec48
commit c9442ae294
+3 -3
View File
@@ -1,10 +1,10 @@
use std::collections::HashSet;
use std::fs::File;
use std::hash::Hash;
use std::io::BufRead;
use std::{io::BufReader, path::PathBuf};
use std::io::{BufRead, BufReader};
use std::path::PathBuf;
use crate::package::Package;
use crate::Package;
pub const GROUPS_DIR: &str = "/home/ratajc72/.config/pacdef/groups";