this repo has no description
at main 604 B view raw
1[workspace] 2members = ["listener", "shared", "web"] 3resolver = "2" 4 5 6[workspace.dependencies] 7axum = "0.8.4" 8atrium-common = "0.1.2" 9atrium-api = "0.25.4" 10atrium-identity = "0.1.5" 11atrium-oauth = "0.1.3" 12hickory-resolver = "0.24.1" 13dotenv = "0.15.0" 14log = "0.4.24" 15serde = { version = "1.0.219", features = ["derive"] } 16serde_json = "1.0.141" 17shared = { path = "./shared" } 18sqlx = { version = "0.8", features = ["runtime-tokio", "postgres", "chrono", "macros"] } 19tracing = "0.1.41" 20tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } 21bb8 = "0.9.0" 22bb8-redis = "0.24.0" 23redis = "0.32.4"