File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2021"
55authors = [" BlackTechX" ]
66description = " Process Ghosting technique implementation - Execute PE files from memory without leaving traces on disk"
77documentation = " https://docs.rs/ProcessGhosting"
8- readme = " README.md"
8+ readme = " ../ README.md"
99homepage = " https://github.com/BlackTechX011/ProcessGhosting"
1010repository = " https://github.com/BlackTechX011/ProcessGhosting"
1111license = " MIT"
@@ -15,8 +15,8 @@ include = [
1515 " src/**/*" ,
1616 " examples/**/*" ,
1717 " Cargo.toml" ,
18- " README.md" ,
19- " LICENSE" ,
18+ " ../ README.md" ,
19+ " ../ LICENSE" ,
2020]
2121rust-version = " 1.70.0"
2222
@@ -68,4 +68,4 @@ maintenance = { status = "actively-developed" }
6868
6969[package .metadata .docs .rs ]
7070default-target = " x86_64-pc-windows-msvc"
71- targets = [" x86_64-pc-windows-msvc" , " i686-pc-windows-msvc" ]
71+ targets = [" x86_64-pc-windows-msvc" , " i686-pc-windows-msvc" ]
You can’t perform that action at this time.
0 commit comments