split into hardware dependent / independent

This commit is contained in:
2024-08-30 23:16:31 -04:00
parent 4d8a2970c4
commit aa1d4a9371
14 changed files with 142 additions and 69 deletions

View File

@ -0,0 +1,11 @@
[package]
name = "gem-remotes-lib"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.86"
async-channel = "2.3.1"
log = "0.4.22"
strum = "0.26.3"
strum_macros = "0.26.4"