theme finished partly

This commit is contained in:
Priec
2026-06-19 23:00:50 +02:00
parent fa2d03b19e
commit 670f9575ee
5 changed files with 23 additions and 23 deletions

38
Cargo.lock generated
View File

@@ -442,7 +442,7 @@ version = "3.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "519bd3116aeeb42d5372c29d982d16d0170d3d4a5ed85fc7dd91642ffff3c67c" checksum = "519bd3116aeeb42d5372c29d982d16d0170d3d4a5ed85fc7dd91642ffff3c67c"
dependencies = [ dependencies = [
"darling 0.23.0", "darling 0.20.11",
"ident_case", "ident_case",
"prettyplease", "prettyplease",
"proc-macro2", "proc-macro2",
@@ -609,7 +609,7 @@ dependencies = [
[[package]] [[package]]
name = "client" name = "client"
version = "0.8.2" version = "0.8.10"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",
@@ -679,7 +679,7 @@ dependencies = [
[[package]] [[package]]
name = "common" name = "common"
version = "0.8.2" version = "0.8.10"
dependencies = [ dependencies = [
"prost", "prost",
"prost-build", "prost-build",
@@ -3908,7 +3908,7 @@ checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
[[package]] [[package]]
name = "search" name = "search"
version = "0.8.2" version = "0.8.10"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"common", "common",
@@ -3997,7 +3997,7 @@ dependencies = [
[[package]] [[package]]
name = "server" name = "server"
version = "0.8.2" version = "0.8.10"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bcrypt", "bcrypt",
@@ -4034,7 +4034,7 @@ dependencies = [
"tonic-reflection", "tonic-reflection",
"tracing", "tracing",
"tracing-subscriber", "tracing-subscriber",
"tui-canvas-validation-core 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", "tui-canvas-validation-core 0.8.2",
"unicode-width 0.2.2", "unicode-width 0.2.2",
"uuid", "uuid",
"validator", "validator",
@@ -5345,7 +5345,7 @@ checksum = "e78122066b0cb818b8afd08f7ed22f7fdbc3e90815035726f0840d0d26c0747a"
[[package]] [[package]]
name = "tui-canvas" name = "tui-canvas"
version = "0.8.5" version = "0.8.10"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arboard", "arboard",
@@ -5364,17 +5364,7 @@ dependencies = [
"toml", "toml",
"tracing", "tracing",
"tracing-subscriber", "tracing-subscriber",
"tui-canvas-validation-core 0.8.2", "tui-canvas-validation-core 0.8.10",
"unicode-width 0.2.2",
]
[[package]]
name = "tui-canvas-validation-core"
version = "0.8.2"
dependencies = [
"regex",
"serde",
"thiserror 2.0.18",
"unicode-width 0.2.2", "unicode-width 0.2.2",
] ]
@@ -5389,9 +5379,19 @@ dependencies = [
"unicode-width 0.2.2", "unicode-width 0.2.2",
] ]
[[package]]
name = "tui-canvas-validation-core"
version = "0.8.10"
dependencies = [
"regex",
"serde",
"thiserror 2.0.18",
"unicode-width 0.2.2",
]
[[package]] [[package]]
name = "tui-pages" name = "tui-pages"
version = "0.8.5" version = "0.8.10"
dependencies = [ dependencies = [
"crossterm", "crossterm",
"nucleo", "nucleo",

View File

@@ -5,7 +5,7 @@ resolver = "3"
[workspace.package] [workspace.package]
# TODO: idk how to do the name, fix later # TODO: idk how to do the name, fix later
# name = "komp_ac" # name = "komp_ac"
version = "0.8.8" version = "0.8.10"
edition = "2024" edition = "2024"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
authors = ["Filip Priečinský <filippriec@gmail.com>"] authors = ["Filip Priečinský <filippriec@gmail.com>"]

2
client

Submodule client updated: 061806c45f...ddf0c9b1b8