From 6b1f814ea733699f28d9c60202ab8645cdd1c058 Mon Sep 17 00:00:00 2001 From: Mica White Date: Mon, 8 Dec 2025 20:13:20 -0500 Subject: First commit --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100755 index 0000000..76af3ff --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "superpin" +version = "0.1.0" +edition = "2021" + +[dependencies] -- cgit v1.2.3