smokepatio/Cargo.toml

19 lines
435 B
TOML

[package]
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
[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 }