aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-09-03 01:02:44 -0400
committerNathan Perry <np@nathanperry.dev>2024-09-03 01:02:44 -0400
commit3b1c092f67fbc840409a599f96857ce6028e2ad3 (patch)
tree56a6414fb111f4bd28e8775baf17da84dde92794 /Cargo.toml
parent982798292719a24bcbb4f9e17cd5c65c8a46ecda (diff)
init firmware
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
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 <np@npry.dev>"
+]
+
+[dependencies]