X-Git-Url: https://git.patrickod.com/blog/log/?a=blobdiff_plain;f=rs-lorachat%2FCargo.toml;fp=rs-lorachat%2FCargo.toml;h=85fa0081d6fcf1a1e63fedc35f1913760b9a376d;hb=882e8be16da3fe125ad4d7947f8fb0d81276f2cb;hp=0000000000000000000000000000000000000000;hpb=7b20279ce08d5ec867edff29ede1e67f493d3945;p=tincan.git diff --git a/rs-lorachat/Cargo.toml b/rs-lorachat/Cargo.toml new file mode 100644 index 0000000..85fa008 --- /dev/null +++ b/rs-lorachat/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "rs-lorachat" +version = "0.1.0" +authors = ["Andy Isaacson "] +edition = "2018" + +[dependencies] +feather_m0 = { git = "https://github.com/atsamd-rs/atsamd" }