4b383c1893
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
14 lines
426 B
TOML
14 lines
426 B
TOML
[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" }
|
|
# 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" } |