2024-09-05 07:32:31 +02:00
|
|
|
# SPDX-FileCopyrightText: 2024 Christina Sørensen
|
2024-03-15 09:55:00 +01:00
|
|
|
# SPDX-FileContributor: Christina Sørensen
|
|
|
|
#
|
2024-09-05 07:32:31 +02:00
|
|
|
# SPDX-License-Identifier: EUPL-1.2
|
2024-03-15 09:55:00 +01:00
|
|
|
|
|
|
|
[toolchain]
|
2024-09-05 07:32:31 +02:00
|
|
|
channel = "stable"
|
2024-03-15 09:55:00 +01:00
|
|
|
components = [
|
|
|
|
"rustfmt",
|
|
|
|
"rustc",
|
|
|
|
"rust-src",
|
|
|
|
"rust-analyzer",
|
|
|
|
"cargo",
|
|
|
|
"clippy",
|
|
|
|
]
|
|
|
|
profile = "minimal"
|