Skip to content

Commit 5c598d8

Browse files
Update readme and license paths in Cargo.toml
1 parent c22b2ca commit 5c598d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ProcessGhosting/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
authors = ["BlackTechX"]
66
description = "Process Ghosting technique implementation - Execute PE files from memory without leaving traces on disk"
77
documentation = "https://docs.rs/ProcessGhosting"
8-
readme = "README.md"
8+
readme = "../README.md"
99
homepage = "https://github.com/BlackTechX011/ProcessGhosting"
1010
repository = "https://github.com/BlackTechX011/ProcessGhosting"
1111
license = "MIT"
@@ -15,8 +15,8 @@ include = [
1515
"src/**/*",
1616
"examples/**/*",
1717
"Cargo.toml",
18-
"README.md",
19-
"LICENSE",
18+
"../README.md",
19+
"../LICENSE",
2020
]
2121
rust-version = "1.70.0"
2222

@@ -68,4 +68,4 @@ maintenance = { status = "actively-developed" }
6868

6969
[package.metadata.docs.rs]
7070
default-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"]

0 commit comments

Comments
 (0)