add ghost-core with basic process enumeration

This commit is contained in:
Adir Shitrit
2025-11-07 18:02:30 +02:00
parent 55a8a90ce9
commit 8b55344d9b
3 changed files with 107 additions and 0 deletions

3
ghost-core/src/lib.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod process;
pub use process::ProcessInfo;