From 15bcdf7cbcb8ead61ed6a77a4df94fb4505089bd Mon Sep 17 00:00:00 2001 From: mio Date: Sun, 17 Oct 2021 03:36:58 +0200 Subject: [PATCH] Add documentation link --- bindings/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index 1e272df9..45d10f16 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -2,7 +2,7 @@ name = "unicorn-engine" version = "2.0.0-rc3" authors = ["Ziqiao Kong", "Lukas Seidel"] -documentation = "" +documentation = "https://github.com/unicorn-engine/unicorn/wiki" edition = "2018" include = [ "/.gitmodules",