we are all at v0.7.5 welcome to bulk post, tui-pages support for canvas crate, moved validation-core crate

This commit is contained in:
Priec
2026-06-07 17:51:51 +02:00
parent a05f1f2a1e
commit bd204895d5
22 changed files with 557 additions and 2146 deletions

View File

@@ -1,11 +1,11 @@
[workspace]
members = ["client", "server", "common", "search", "canvas", "validation-core"]
members = ["client", "server", "common", "search", "tui-canvas", "tui-canvas/tui-canvas-validation-core", "tui-pages" ]
resolver = "2"
[workspace.package]
# TODO: idk how to do the name, fix later
# name = "komp_ac"
version = "0.6.15"
version = "0.7.5"
edition = "2021"
license = "GPL-3.0-or-later"
authors = ["Filip Priečinský <filippriec@gmail.com>"]
@@ -53,4 +53,3 @@ toml = "0.8.20"
unicode-width = "0.2.0"
common = { path = "./common" }
validation-core = { path = "./validation-core" }