Add documentation URL to Cargo.toml

This commit is contained in:
Karkas66
2026-07-02 09:47:36 +02:00
parent cf7c2c0fc8
commit f3fa22af0e
+1
View File
@@ -9,6 +9,7 @@ name = "lacuna-rs"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
authors = ["Karkas66"] authors = ["Karkas66"]
documentation = "https://github.com/Karkas66/lacuna-rs"
description = "Ghost-frame call-stack spoofing via .pdata lacunae + runtime indirect syscalls for Windows x64" description = "Ghost-frame call-stack spoofing via .pdata lacunae + runtime indirect syscalls for Windows x64"
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"