Monorepo for Tangled
0

Configure Feed

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

tangled-core / rust-toolchain.toml
123 B 5 lines
1[toolchain] 2channel = "1.96.0" 3components = ["rustfmt", "clippy"] 4targets = ["wasm32-unknown-unknown"] 5profile = "minimal"