tek_ -> tengri_; reset to v0.1.0; add root reexporter package

This commit is contained in:
🪞👃🪞 2025-03-14 23:39:31 +02:00
parent 70984b4992
commit d30eda33d1
21 changed files with 101 additions and 75 deletions

View file

@ -1,12 +1,16 @@
[package]
name = "tek_output"
edition = "2021"
version = "0.2.0"
name = "tengri_output"
edition = "2024"
version = "0.1.0"
description = "UI metaframework, output layer."
[dependencies]
tek_edn = { path = "../edn" }
tengri_edn = { optional = true, path = "../edn" }
[features]
edn = [ "tengri_edn" ]
[dev-dependencies]
tek_tui = { path = "../tui" }
proptest = "^1"
tengri_tui = { path = "../tui" }
proptest = "^1"
proptest-derive = "^0.5.1"