mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 03:36:42 +01:00
add tengri_core; fix errors and warnings; unify deps
This commit is contained in:
parent
cb8fd26922
commit
8dda576c9d
18 changed files with 180 additions and 152 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -938,6 +938,7 @@ version = "0.13.0"
|
|||
dependencies = [
|
||||
"crossterm",
|
||||
"tengri",
|
||||
"tengri_core",
|
||||
"tengri_dsl",
|
||||
"tengri_input",
|
||||
"tengri_output",
|
||||
|
|
@ -945,6 +946,10 @@ dependencies = [
|
|||
"tengri_tui",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tengri_core"
|
||||
version = "0.13.0"
|
||||
|
||||
[[package]]
|
||||
name = "tengri_dsl"
|
||||
version = "0.13.0"
|
||||
|
|
@ -952,6 +957,7 @@ dependencies = [
|
|||
"itertools 0.14.0",
|
||||
"konst",
|
||||
"proptest",
|
||||
"tengri_core",
|
||||
"tengri_tui",
|
||||
"thiserror",
|
||||
]
|
||||
|
|
@ -960,6 +966,7 @@ dependencies = [
|
|||
name = "tengri_input"
|
||||
version = "0.13.0"
|
||||
dependencies = [
|
||||
"tengri_core",
|
||||
"tengri_dsl",
|
||||
"tengri_tui",
|
||||
]
|
||||
|
|
@ -971,6 +978,7 @@ dependencies = [
|
|||
"proptest",
|
||||
"proptest-derive",
|
||||
"tengri",
|
||||
"tengri_core",
|
||||
"tengri_dsl",
|
||||
"tengri_tui",
|
||||
]
|
||||
|
|
@ -983,6 +991,7 @@ dependencies = [
|
|||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
"tengri_core",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -998,6 +1007,7 @@ dependencies = [
|
|||
"rand",
|
||||
"ratatui",
|
||||
"tengri",
|
||||
"tengri_core",
|
||||
"tengri_dsl",
|
||||
"tengri_input",
|
||||
"tengri_output",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue