we don't need main.rs tracked
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
/target
|
/target
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
|
src/main.rs
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
use haxor::Process;
|
|
||||||
|
|
||||||
fn main() {
|
|
||||||
dbg!(Process::with_pid(3440).unwrap());
|
|
||||||
dbg!(Process::with_name("notepad.exe").unwrap());
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user