From 2224fda35165417a232b56afdd47771a7be216f8 Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Wed, 5 Jun 2019 10:42:03 +0200 Subject: [PATCH] Add more information to Cargo.toml --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9f42f75..52ea398 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,11 @@ name = "ash-molten" version = "0.1.0" authors = ["maik "] edition = "2018" +license = "MIT/Apache-2.0" +readme = "README.md" +keywords = ["vulkan", "metal"] +repository = "https://github.com/EmbarkStudios/ash-molten" +documentation = "https://docs.rs/ash-molten" [dependencies] - ash = "0.29"