mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 11:46:42 +01:00
tek_ -> tengri_; reset to v0.1.0; add root reexporter package
This commit is contained in:
parent
70984b4992
commit
d30eda33d1
21 changed files with 101 additions and 75 deletions
|
|
@ -1,11 +1,11 @@
|
|||
[package]
|
||||
name = "tek_edn"
|
||||
edition = "2021"
|
||||
version = "0.1.0"
|
||||
name = "tengri_dsl"
|
||||
edition = "2024"
|
||||
version = "0.1.0"
|
||||
description = "UI metaframework, tiny S-expression-based DSL."
|
||||
|
||||
[dependencies]
|
||||
#clojure-reader = "0.3.0"
|
||||
konst = { version = "0.3.16", features = [ "rust_1_83" ] }
|
||||
konst = { version = "0.3.16", features = [ "rust_1_83" ] }
|
||||
itertools = "0.14.0"
|
||||
thiserror = "2.0"
|
||||
|
||||
|
|
@ -13,5 +13,5 @@ thiserror = "2.0"
|
|||
default = []
|
||||
|
||||
[dev-dependencies]
|
||||
tek_tui = { path = "../tui" }
|
||||
tengri_tui = { path = "../tui" }
|
||||
proptest = "^1.6.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue