This commit is contained in:
Artur Gurgul 2025-09-25 19:22:00 +02:00
commit b0f8b37428
2 changed files with 65 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "relay_control"
version = "0.1.0"
edition = "2021"
[dependencies]
gpio-cdev = "0.6"
clap = { version = "4", features = ["derive"] }