From 1add0ba4e2e9faad336a8c1b958a3902bfa9fcd1 Mon Sep 17 00:00:00 2001 From: aisr Date: Mon, 6 Jan 2025 23:29:36 +0800 Subject: [PATCH] update readme path --- rapx/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapx/Cargo.toml b/rapx/Cargo.toml index c53f683..f224c52 100644 --- a/rapx/Cargo.toml +++ b/rapx/Cargo.toml @@ -7,7 +7,7 @@ default-run = "rapx" license = "MPL" description = "A static analysis platform for use-after-free, memory leakage detection, etc" homepage = "https://github.com/Artisan-Lab/RAPx" -readme = "https://github.com/Artisan-Lab/RAPx/blob/main/README.md" +readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html