trinket-streamdeck/common/Cargo.toml

12 lines
354 B
TOML

[package]
name = "common"
version = "0.1.0"
authors = ["asonix <asonix@asonix.dog>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
embedded-hal = { version = "0.2", features = ["unproven"] }
read-write-buf = { git = "https://git.asonix.dog/safe-async/read-write-buf" }