Create new open module for calling auth and gpio appropriately

This commit is contained in:
George Kaklamanos 2023-11-27 20:44:37 +02:00
parent e65e086b90
commit 30b7e5bfe3
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D
7 changed files with 114 additions and 0 deletions

6
labadoor-open/Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[package]
name = "labadoor-open"
version = "0.1.0"
edition = "2021"
[dependencies]