split into hardware dependent / independent
This commit is contained in:
11
gem-remotes-lib/Cargo.toml
Normal file
11
gem-remotes-lib/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user