move to workspace

This commit is contained in:
Fl1tzi 2023-05-23 20:57:28 +02:00
parent 49786f25b7
commit be9a14b22d
11 changed files with 26 additions and 22 deletions

View File

@ -1,22 +1,4 @@
[package]
name = "microdeck"
version = "0.1.0"
edition = "2021"
license = "MIT"
[dependencies]
hidapi = "2.2.0"
deck-driver = { git = "https://codeberg.org/Fl1tzi/deck-driver.git", branch = "main", features = ["async"] }
tokio = { version = "1", features = ["full"] }
log = "0.4"
dirs = "4.0.0"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"
image = "0.24.5"
async-trait = "0.1.66"
futures-util = "0.3.27"
imageproc = "0.23.0"
rusttype = "0.9.3"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
lazy_static = "1.4.0"
[workspace]
members = [
"microdeck-core"
]

22
microdeck-core/Cargo.toml Normal file
View File

@ -0,0 +1,22 @@
[package]
name = "microdeck"
version = "0.0.1"
edition = "2021"
license = "MIT"
[dependencies]
hidapi = "2.2.0"
deck-driver = { git = "https://codeberg.org/Fl1tzi/deck-driver.git", branch = "main", features = ["async"] }
tokio = { version = "1", features = ["full"] }
log = "0.4"
dirs = "4.0.0"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"
image = "0.24.5"
async-trait = "0.1.66"
futures-util = "0.3.27"
imageproc = "0.23.0"
rusttype = "0.9.3"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
lazy_static = "1.4.0"