smokepatio/Cargo.toml

18 lines
348 B
TOML
Raw Normal View History

2023-12-29 05:31:04 +00:00
[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
2024-01-09 02:56:06 +00:00
[features]
std = ["embedded-io/std"]
2023-12-29 05:31:04 +00:00
[dependencies]
# logging
log = "0.4"
2024-01-09 02:56:06 +00:00
# io
embedded-io = { version = "0.6" }