feat: rudimentary config
This commit is contained in:
@ -5,7 +5,7 @@ use crate::pkg_store::PackageStore;
|
||||
|
||||
pub struct AppData {
|
||||
pub profile: Option<Profile>,
|
||||
pub pkgs: PackageStore,
|
||||
pub pkgs: PackageStore
|
||||
}
|
||||
|
||||
impl AppData {
|
||||
|
Reference in New Issue
Block a user