Update for publish
This commit is contained in:
parent
75e0a8792b
commit
10e1f8f44b
1 changed files with 5 additions and 2 deletions
|
@ -5,8 +5,11 @@ name = "smokepatio"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Low-level hardware interfaces for Valve's Steam Deck"
|
description = "Low-level hardware interfaces for Valve's Steam Deck"
|
||||||
|
authors = ["NGnius (Graham) <ngniusness@gmail.com>"]
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
license = "MIT"
|
||||||
|
repository = "https://git.ngni.us/NGnius/smokepatio"
|
||||||
|
keywords = ["steam-deck", "hardware"]
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
std = ["embedded-io/std"]
|
std = ["embedded-io/std"]
|
||||||
|
|
Loading…
Reference in a new issue