feat: move core to tui and begin grpc work
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-11 23:23:00 +02:00
parent 86cba91b16
commit 4a0fcd1bbb
25 changed files with 309 additions and 112 deletions

8
Cargo.lock generated
View File

@@ -1068,17 +1068,13 @@ version = "0.1.0"
dependencies = [
"anyhow",
"axum 0.7.5",
"bus",
"clap",
"dirs",
"dotenv",
"serde",
"serde_json",
"similar-asserts",
"sqlx",
"tempfile",
"tokio",
"tower-http",
"tracing",
"tracing-subscriber",
"uuid",
@@ -1118,15 +1114,19 @@ name = "hyperlog-tui"
version = "0.1.0"
dependencies = [
"anyhow",
"bus",
"crossterm",
"directories",
"dirs",
"human-panic",
"hyperlog-core",
"itertools",
"ratatui",
"ropey",
"serde",
"serde_json",
"similar-asserts",
"tempfile",
"tokio",
"tracing",
"tracing-subscriber",