From 051a2e73d031475e08e37953007fbb7869515fb6 Mon Sep 17 00:00:00 2001 From: iximeow Date: Thu, 14 Mar 2019 15:51:15 -0700 Subject: add ASI controls --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..214702d --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "calibration_collector" +version = "0.1.0" +authors = ["iximeow "] +edition = "2018" +build = "build.rs" + +[dependencies] +"png" = "0.13.2" -- cgit v1.1