atsame54p20a/Cargo.toml

14 lines
426 B
TOML
Raw Normal View History

2022-01-11 06:20:48 +00:00
[package]
name = "atsame54p20a"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
atsame54_xpro = { version = "0.4.0" }
2022-01-11 06:20:48 +00:00
# atsamd-hal = { version = "0.14.0", features = ["same54p"] }
# cortex-m = { version = "0.7.4" }
# cortex-m-rt = { version = "0.6.15" }
panic-halt = { version = "0.2.0" }
embedded-hal = { version = "0.2.6" }