3 Commits
Author SHA1 Message Date
rhetenor 22aaa5b9f7 init rust project 2026-07-26 12:40:39 +00:00
rhetenor 74a964985d move wokwi files into simulation 2026-07-26 12:40:08 +00:00
rhetenor 35bd3ab945 add nfc chip datasheet 2026-07-26 12:39:35 +00:00
26 changed files with 17 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
/target
Generated
+7
View File
@@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "creaturedex"
version = "0.1.0"
+6
View File
@@ -0,0 +1,6 @@
[package]
name = "creaturedex"
version = "0.1.0"
edition = "2024"
[dependencies]
Binary file not shown.
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}