A better Rust ATProto crate
103
fork

Configure Feed

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

at 22a09f81f306e9dc67cdd561f329fb9842e4251e 9 lines 197 B view raw
1[toolchain] 2channel = "nightly" 3profile = "default" 4targets = [ 5 "wasm32-unknown-unknown", 6 "thumbv7em-none-eabihf", 7 "thumbv8m.main-none-eabihf", 8 "riscv32imac-unknown-none-elf" 9 ]