]> patrickod personal git archive - tincan.git/blob - rs-lorachat/Cargo.toml
working blinky
[tincan.git] / rs-lorachat / Cargo.toml
1 [package]
2 name = "rs-lorachat"
3 version = "0.1.0"
4 authors = ["Andy Isaacson <adi@hexapodia.org>"]
5 edition = "2018"
6
7 [dependencies]
8 feather_m0 = { git = "https://github.com/atsamd-rs/atsamd" }
9
10
11 [dependencies.cortex-m-rt]
12 version = "0.6.12"
13 optional = true
14
15 [dependencies.atsamd-hal]
16 version = "0.12"
17 default-features = false
18
19 [dependencies.panic-halt]
20 version = "0.2"
21 optional = true
22
23 [features]
24 default = ["rt", "atsamd-hal/samd21g", "panic_halt"]
25 rt = ["cortex-m-rt", "atsamd-hal/samd21g-rt"]
26 panic_halt = ["panic-halt"]