From 3b1c092f67fbc840409a599f96857ce6028e2ad3 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Tue, 3 Sep 2024 01:02:44 -0400 Subject: init firmware --- 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..3555fdd --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "ocularium" +version = "0.1.0" +edition = "2021" +authors = [ + "Nathan Perry " +] + +[dependencies] -- cgit v1.3.1