]> patrickod personal git archive - tincan.git/blobdiff - rs-lorachat/Cargo.toml
working blinky
[tincan.git] / rs-lorachat / Cargo.toml
index 85fa0081d6fcf1a1e63fedc35f1913760b9a376d..f64427cb35884f9fb8e1329a67b20bf22060a4f5 100644 (file)
@@ -6,3 +6,21 @@ edition = "2018"
 
 [dependencies]
 feather_m0 = { git = "https://github.com/atsamd-rs/atsamd" }
+
+
+[dependencies.cortex-m-rt]
+version = "0.6.12"
+optional = true
+
+[dependencies.atsamd-hal]
+version = "0.12"
+default-features = false
+
+[dependencies.panic-halt]
+version = "0.2"
+optional = true
+
+[features]
+default = ["rt", "atsamd-hal/samd21g", "panic_halt"]
+rt = ["cortex-m-rt", "atsamd-hal/samd21g-rt"]
+panic_halt = ["panic-halt"]