From 5b4e43cebd89c09e7cbd405f4a0dfdb942add4fc Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Sat, 25 Apr 2020 22:41:20 -0400 Subject: Random progress on board + kscan ideas. --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..2d238e3 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "app" +version = "0.1.0" +authors = ["Pete Johanson "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + -- cgit v1.2.3