smokepatio/Cargo.toml
2024-01-10 20:40:50 -05:00

21 lines
475 B
TOML

workspace = { members = ["ecplorer"] }
[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 }