mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
and back into 1 crate
This commit is contained in:
parent
307dab8686
commit
5e2e0438a4
99 changed files with 934 additions and 938 deletions
25
Cargo.toml
25
Cargo.toml
|
|
@ -1,18 +1,11 @@
|
|||
[workspace.package]
|
||||
edition = "2024"
|
||||
version = "0.2.1"
|
||||
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"./crates/engine",
|
||||
"./crates/device",
|
||||
"./crates/config",
|
||||
"./crates/app",
|
||||
]
|
||||
exclude = [
|
||||
"./deps/tengri"
|
||||
]
|
||||
members = [ "./tek" ]
|
||||
exclude = [ "./deps/tengri" ]
|
||||
|
||||
[workspace.package]
|
||||
edition = "2024"
|
||||
version = "0.3.0"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
@ -32,11 +25,7 @@ path = "./deps/tengri/proc"
|
|||
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" }
|
||||
tek = { path = "./tek" }
|
||||
|
||||
atomic_float = { version = "1.0.0" }
|
||||
backtrace = { version = "0.3.72" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue