From f8bb5d07c43772f91657f13d95ee68020d4b0eba Mon Sep 17 00:00:00 2001 From: 4bb4 <67376761+4bb4@users.noreply.github.com> Date: Mon, 12 Oct 2020 18:00:27 +0200 Subject: [PATCH] Added metadata to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 177e27a..71fba3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ homepage = "https://github.com/4bb4/implot-rs" repository = "https://github.com/4bb4/implot-rs" license = "MIT/Apache-2.0" categories = ["gui", "api-bindings"] +readme = "README.md" [dependencies] implot-sys = { version = "0.1.0", path = "implot-sys" }