From 0df7d7d7079b75974b63501b4913335f6a5907a0 Mon Sep 17 00:00:00 2001 From: o2sh Date: Sat, 19 Dec 2020 00:23:46 +0100 Subject: [PATCH] update Cargo.toml --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c4b83bb..c9c421d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,12 @@ [package] name = "teki" version = "0.1.0" +description = "Touhou-style shoot'em up" authors = ["o2sh "] edition = "2018" +readme = "README.md" +license = "MIT" +repository = "https://github.com/o2sh/teki" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]