From 10e1f8f44b5acfaeebe88d153f47b3a384ace840 Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Mon, 1 Apr 2024 09:37:04 -0400 Subject: [PATCH] Update for publish --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7320606..d9d5db2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,11 @@ name = "smokepatio" version = "0.1.0" edition = "2021" description = "Low-level hardware interfaces for Valve's Steam Deck" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +authors = ["NGnius (Graham) "] +license = "MIT" +repository = "https://git.ngni.us/NGnius/smokepatio" +keywords = ["steam-deck", "hardware"] +readme = "README.md" [features] std = ["embedded-io/std"]