A public mirror for the whole atmosphere hubble.microcosm.blue
27
fork

Configure Feed

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

at main 15 lines 354 B view raw
1[workspace] 2resolver = "2" 3members = [ 4 "space-efficiency-check" 5] 6 7[workspace.dependencies] 8async-channel = "2.5.0" 9clap = { version = "4.6.0", features = ["env", "derive"] } 10repo-stream = "0.5.0-alpha.5" 11rocksdb = "0.24.0" 12thiserror = "2.0.18" 13tokio = "1.51.0" 14tracing = "0.1.44" 15tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }