]> patrickod personal git archive - tincan.git/blobdiff - rs-lorachat/Cargo.toml
working main.rs build
[tincan.git] / rs-lorachat / Cargo.toml
index cff8d1af3e723f0f79f97d448383549302afd962..904d7e8ed9eb7a53fbda28d113375b783b0ce0e4 100644 (file)
@@ -5,41 +5,19 @@ authors = ["Andy Isaacson <adi@hexapodia.org>"]
 edition = "2018"
 
 [dependencies]
-feather_m0 = { git = "https://github.com/atsamd-rs/atsamd" }
-# feather_m0 = { path = "/home/adi/opp/atsamd" }
+feather_m0 = { version = "0.9.0", features = ["usb"] }
 cortex-m = "0.6"
 embedded-hal = "0.2.3"
-
-[dependencies.cortex-m-rt]
-version = "0.6.12"
-optional = true
-
-[dependencies.atsamd-hal]
-version = "0.12"
-
-[dependencies.panic-halt]
-version = "0.2"
-optional = true
-
-[dependencies.usb-device]
-version = "0.2"
-optional = true
-
-[dependencies.rtic-monotonic]
-version = "=0.1.0-alpha.1"
-optional = true
-
-[dependencies.usbd-serial]
-version = "0.1"
-optional = true
+cortex-m-rt = { version = "0.6.12", optional = true }
+atsamd-hal = "0.12"
+panic-halt = { version = "0.2", optional = true }
+usb-device = { version = "0.2", optional = true }
+usbd-serial = { version = "0.1", optional = true }
 
 [dev-dependencies]
 cortex-m-semihosting = "0.3"
 heapless = "0.5"
 
-[dev-dependencies.cortex-m-rtic]
-version = "0.6.0-alpha.4"
-
 [features]
 default = ["rt", "atsamd-hal/samd21g", "panic_halt"]
 rt = ["cortex-m-rt", "atsamd-hal/samd21g-rt"]