From f3fa22af0e77edddc31223b064c69d9d154ee542 Mon Sep 17 00:00:00 2001 From: Karkas66 Date: Thu, 2 Jul 2026 09:47:36 +0200 Subject: [PATCH] Add documentation URL to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index fd7298d..3d2cae8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ name = "lacuna-rs" version = "0.1.0" edition = "2021" authors = ["Karkas66"] +documentation = "https://github.com/Karkas66/lacuna-rs" description = "Ghost-frame call-stack spoofing via .pdata lacunae + runtime indirect syscalls for Windows x64" license = "MIT" readme = "README.md"