From 8572381902d939b46c2dd59c73dc8294b1e9773d Mon Sep 17 00:00:00 2001 From: aisr Date: Fri, 17 Jan 2025 23:13:15 +0800 Subject: [PATCH] add documentation field --- rapx/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rapx/Cargo.toml b/rapx/Cargo.toml index d3da487..1cf7ecb 100644 --- a/rapx/Cargo.toml +++ b/rapx/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Artisan-Lab "] default-run = "rapx" license = "MPL-2.0" description = "A static analysis platform for use-after-free, memory leakage detection, etc" +documentation = "https://artisan-lab.github.io/RAPx-Book/" homepage = "https://github.com/Artisan-Lab/RAPx" readme = "../README.md"