smokepatio/Cargo.toml
2024-05-07 20:22:23 -04:00

25 lines
558 B
TOML

workspace = { members = ["ecplorer"] }
[package]
name = "smokepatio"
version = "0.2.0"
edition = "2021"
description = "Low-level hardware interfaces for Valve's Steam Deck"
authors = ["NGnius (Graham) <ngniusness@gmail.com>"]
license = "MIT"
repository = "https://git.ngni.us/NGnius/smokepatio"
keywords = ["steam-deck", "hardware"]
readme = "README.md"
[features]
std = ["embedded-io/std"]
async = ["embedded-io-async"]
[dependencies]
# logging
log = "0.4"
# io
embedded-io = { version = "0.6" }
embedded-io-async = { version = "0.6", optional = true }