rust-toolchain.toml 233 B

12345678910111213
  1. # SPDX-FileCopyrightText: 2024 Christina Sørensen
  2. # SPDX-License-Identifier: EUPL-1.2
  3. [toolchain]
  4. channel = "1.70"
  5. components = [
  6. "rustfmt",
  7. "rustc",
  8. "rust-src",
  9. "rust-analyzer",
  10. "cargo",
  11. "clippy",
  12. ]
  13. profile = "minimal"