From 756cbe63d94021ce979dffc47f3094832f3dd020 Mon Sep 17 00:00:00 2001 From: chyyran Date: Wed, 2 Oct 2024 00:27:11 -0400 Subject: [PATCH] cli: fix cli Cargo.toml --- librashader-cli/Cargo.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/librashader-cli/Cargo.toml b/librashader-cli/Cargo.toml index f6e33f8..ceb782c 100644 --- a/librashader-cli/Cargo.toml +++ b/librashader-cli/Cargo.toml @@ -1,7 +1,14 @@ [package] name = "librashader-cli" -version = "0.4.5" edition = "2021" +license = "MPL-2.0 OR GPL-3.0-only" +version = "0.4.5" +authors = ["Ronny Chan "] +repository = "https://github.com/SnowflakePowered/librashader" +readme = "../README.md" +categories = ["emulators", "compilers", "graphics"] +keywords = ["shader", "retroarch", "SPIR-V"] +description = "RetroArch shaders for all." [lib] name = "librashader_test"