Work in progress atmosphere stats viewer
1

Configure Feed

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

atmo-stats / uplc / Cargo.toml
360 B 15 lines
1[package] 2name = "uplc" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7color-eyre = "0.6.5" 8duckdb = { version = "1.10505.0", features = ["chrono", "r2d2"] } 9reqwest = "0.13.4" 10serde = { version = "1.0.229", features = ["derive"] } 11serde_json = "1.0.151" 12tokio = { version = "1.53.1", features = ["full"] } 13axum = "0.8.1" 14r2d2 = "0.8.10" 15chrono = "0.4.45"