Skip to content
Snippets Groups Projects
Cargo.toml 643 B
Newer Older
[package]
name = "companion-software"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cortex-m = "0.7.7"
embedded-hal = { version = "0.2.7", features = ["unproven"] }
fugit = "0.3.7"
rp2040-hal = { version = "0.9.1", features = ["rt", "rtic-monotonic"] }
cortex-m-rtic = { version = "1" }
rtic-monotonics = { version = "1.4.1", features = ["rp2040"] }
panic-probe = "0.3.1"
mipidsi = "0.7.1"
display-interface-spi = "0.4.1"
shift-register-driver = { git = "https://github.com/JoshMcguigan/shift-register-driver" }
embedded-graphics = "0.8.1"