mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 03:36:41 +01:00
refactor: config crate
This commit is contained in:
parent
d5865d941f
commit
17c6184f0e
8 changed files with 165 additions and 124 deletions
|
|
@ -7,6 +7,7 @@ resolver = "2"
|
|||
members = [
|
||||
"./crates/engine",
|
||||
"./crates/device",
|
||||
"./crates/config",
|
||||
"./crates/app",
|
||||
"./crates/cli",
|
||||
]
|
||||
|
|
@ -34,6 +35,7 @@ path = "./deps/rust-jack"
|
|||
[workspace.dependencies]
|
||||
tek_device = { path = "./crates/device" }
|
||||
tek_engine = { path = "./crates/engine" }
|
||||
tek_config = { path = "./crates/config" }
|
||||
tek = { path = "./crates/app" }
|
||||
tek_cli = { path = "./crates/cli" }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue