feat: with basic server
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 15:50:24 +02:00
parent 7d268e73f0
commit 6a147ba0d2
15 changed files with 280 additions and 125 deletions

21
Cargo.lock generated
View File

@@ -943,14 +943,13 @@ dependencies = [
"dirs",
"dotenv",
"hyperlog-core",
"hyperlog-server",
"hyperlog-tui",
"serde",
"serde_json",
"similar-asserts",
"sqlx",
"tempfile",
"tokio",
"tower-http",
"tracing",
"tracing-subscriber",
"uuid",
@@ -978,6 +977,24 @@ dependencies = [
"uuid",
]
[[package]]
name = "hyperlog-server"
version = "0.1.0"
dependencies = [
"anyhow",
"axum",
"hyperlog-core",
"serde",
"serde_json",
"similar-asserts",
"sqlx",
"tempfile",
"tokio",
"tower-http",
"tracing",
"uuid",
]
[[package]]
name = "hyperlog-tui"
version = "0.1.0"