Initial commit

This commit is contained in:
Reinout Meliesie 2025-08-23 20:01:14 +02:00
commit 94487b0903
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
4 changed files with 259 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "kulifuli-host"
version = "0.1.0"
edition = "2024"
[dependencies]
serialport = "4.7.2"