From ca475f6403deefe47193ff929e35154e1888a0ec Mon Sep 17 00:00:00 2001 From: Wojciech Olejnik Date: Sun, 3 Feb 2019 00:58:47 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b0ee7b..b84404c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,9 @@ [package] name = "picobu" -version = "1.0.1" +version = "1.0.2" authors = ["Wojciech Olejnik "] +readme = "README.md" +categories = ["command-line-utilities", "development-tools::build-utils", "filesystem", "game-engines"] edition = "2018" description = "A simple, one-command build system for PICO-8 games" keywords = ["pico8", "pico-8"]