feat: added new packages

This commit is contained in:
Andrew Rioux
2025-02-01 15:59:56 -05:00
parent f5afd60086
commit b416f35b63
28 changed files with 425 additions and 358 deletions
+16
View File
@@ -0,0 +1,16 @@
[package]
name = "sparse-handler"
edition = "2024"
version.workspace = true
[dependencies]
axum = { version = "^0.7", features = ["ws", "macros"] }
tokio = { version = "1", features = ["rt-multi-thread", "signal"] }
anyhow = "1.0"
futures = "0.3"
tokio-stream = "0.1"
tracing = "0.1"
sqlx = { version = "0.8", default-features = false, features = ["chrono", "macros", "migrate", "runtime-tokio", "sqlite", "sqlx-sqlite"] }
serde = "1.0"
serde_json = "1.0"
axum-server = { version = "^0.7", features = ["tokio-rustls", "tls-rustls"] }