A better Rust ATProto crate
at main 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 ]