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"]