[refactor] removed analytics, config, and modular crates to simplify the codebase and streamline architecture

This commit is contained in:
2025-08-20 16:46:27 +02:00
parent d37daf02f6
commit 57a7b42b9d
41 changed files with 1057 additions and 1450 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "db"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = { workspace = true }
sqlx = { workspace = true, features = ["sqlite"] }
tracing = { workspace = true }
api = { path = "../api" }