initial commit

This commit is contained in:
2024-10-06 20:15:18 -04:00
commit 61e78ce889
10 changed files with 418 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "xmpcrd"
version = "0.1.0"
edition = "2021"
[dependencies]
serialport = "4.5.1"
text_io = "0.1.12"