seidr/rust-toolchain.toml
Christina Sørensen 80b63969c6
feat(reuse): reuse compliance
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-11-17 09:05:16 +01:00

16 lines
285 B
TOML

# SPDX-FileCopyrightText: 2023 Christina Sørensen
# SPDX-FileContributor: Christina Sørensen
#
# SPDX-License-Identifier: AGPL-3.0-only
[toolchain]
channel = "1.70"
components = [
"rustfmt",
"rustc",
"rust-src",
"rust-analyzer",
"cargo",
"clippy",
]
profile = "minimal"