this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 31 lines 941 B view raw
1[workspace] 2members = ["listener", "shared", "web"] 3resolver = "2" 4 5 6[workspace.dependencies] 7axum = { version = "0.8.4", features = ["multipart"] } 8atrium-common = "0.1.3" 9atrium-crypto = "0.1.3" 10atrium-api = "0.25.7" 11atrium-identity = "0.1.8" 12atrium-xrpc-client = "0.5.15" 13atrium-oauth = "0.1.6" 14atrium-repo = "0.1.7" 15base64 = "0.22" 16chrono = { version = "0.4", features = ["serde", "now"] } 17hickory-resolver = "0.24.1" 18dotenv = "0.15.0" 19log = "0.4.24" 20serde = { version = "1.0.219", features = ["derive"] } 21serde_json = "1.0.141" 22shared = { path = "./shared" } 23sqlx = { version = "0.8", features = ["runtime-tokio", "postgres", "chrono", "macros", "json"] } 24tracing = "0.1.41" 25tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } 26bb8 = "0.9.0" 27bb8-redis = "0.24.0" 28redis = "0.32.4" 29tokio = { version = "1.46.1", features = ["full"] } 30markdown = "1.0.0" 31rust-embed = { version = "8.7.2", features = ["include-exclude"] }