aturi indexer with listRecords and countRecords endpoints
0
fork

Configure Feed

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

at main 19 lines 448 B view raw
1[package] 2name = "aturlist" 3version = "0.1.0" 4edition = "2021" 5 6[dependencies] 7tapped = { git = "https://tangled.sh/ptr.pet/tapped" } 8tokio = { version = "1", features = ["rt-multi-thread", "signal"] } 9tokio-util = { version = "0.7" } 10axum = "0.8" 11serde = { version = "1", features = ["derive"] } 12serde_json = "1" 13anyhow = "1" 14fjall = "3.0.1" 15tracing = "0.1" 16tracing-subscriber = "0.3" 17futures = "0.3" 18chrono = "0.4" 19mimalloc = { version = "0.1" }