diff --git a/src/lib.rs b/src/lib.rs index 1b04e21..ad058c4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,11 @@ +pub struct Data { + pub vulnerable_folders: Vec, + pub pinged_home: bool, + pub known_malware: Vec, + pub cam_access: bool, + pub mic_access: bool, +} + pub struct Folder { pub path: String, pub r#type: FolderType,