mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2026-02-22 10:59:02 +01:00
fold tui under main crate
This commit is contained in:
parent
c1011ddb7f
commit
85ccb0737f
11 changed files with 66 additions and 79 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -17,13 +17,9 @@ version = "0.14.0"
|
|||
edition = "2024"
|
||||
|
||||
[workspace.dependencies]
|
||||
dizzle = { path = "../dizzle" }
|
||||
|
||||
tengri = { path = "./tengri" }
|
||||
tengri_input = { path = "./input" }
|
||||
tengri_output = { path = "./output" }
|
||||
tengri_tui = { path = "./tui" }
|
||||
tengri_proc = { path = "./proc" }
|
||||
dizzle = { path = "../dizzle" }
|
||||
tengri = { path = "./tengri" }
|
||||
tengri_proc = { path = "./proc" }
|
||||
|
||||
anyhow = { version = "1.0" }
|
||||
atomic_float = { version = "1" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue