]> patrickod personal git archive - tincan.git/blobdiff - rs-lorachat/Cargo.toml
rust samd21 skeleton
[tincan.git] / rs-lorachat / Cargo.toml
diff --git a/rs-lorachat/Cargo.toml b/rs-lorachat/Cargo.toml
new file mode 100644 (file)
index 0000000..85fa008
--- /dev/null
@@ -0,0 +1,8 @@
+[package]
+name = "rs-lorachat"
+version = "0.1.0"
+authors = ["Andy Isaacson <adi@hexapodia.org>"]
+edition = "2018"
+
+[dependencies]
+feather_m0 = { git = "https://github.com/atsamd-rs/atsamd" }