refactor: into crates

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-04-30 20:27:55 +02:00
parent 469f28f65d
commit 14ef235dd9
14 changed files with 62 additions and 14 deletions

23
Cargo.lock generated
View File

@@ -796,6 +796,29 @@ dependencies = [
[[package]]
name = "hyperlog"
version = "0.1.0"
dependencies = [
"anyhow",
"axum",
"bus",
"clap",
"dirs",
"dotenv",
"hyperlog-core",
"serde",
"serde_json",
"similar-asserts",
"sqlx",
"tempfile",
"tokio",
"tower-http",
"tracing",
"tracing-subscriber",
"uuid",
]
[[package]]
name = "hyperlog-core"
version = "0.1.0"
dependencies = [
"anyhow",
"axum",