From dc10c80e6176f3e37f6911a586eabe73edea4e4c Mon Sep 17 00:00:00 2001 From: Alex Orlenko Date: Thu, 13 Apr 2023 22:32:27 +0100 Subject: [PATCH] Add documentation url to mlua-sys --- mlua-sys/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/mlua-sys/Cargo.toml b/mlua-sys/Cargo.toml index f97ac51..44f64df 100644 --- a/mlua-sys/Cargo.toml +++ b/mlua-sys/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" authors = ["Aleksandr Orlenko "] edition = "2021" repository = "https://github.com/khvzak/mlua" +documentation = "https://docs.rs/mlua-sys" readme = "README.md" categories = ["external-ffi-bindings"] license = "MIT"