14 lines
451 B
TOML
14 lines
451 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 = { git = "https://github.com/atsamd-rs/atsamd"}
|
||
|
# 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" }
|