[refactor] removed analytics
, config
, and modular crates to simplify the codebase and streamline architecture
This commit is contained in:
@@ -11,11 +11,12 @@ tracing-subscriber = { workspace = true }
|
||||
axum = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
sqlx = { workspace = true }
|
||||
sqlx = { workspace = true, features = ["sqlite"] }
|
||||
dotenv = { workspace = true }
|
||||
once_cell = { workspace = true }
|
||||
|
||||
api = { path = "../api" }
|
||||
db = { path = "../db" }
|
||||
http = "1.3.1"
|
||||
|
||||
[features]
|
||||
|
Reference in New Issue
Block a user