a6a81cce1b
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
16 lines
285 B
TOML
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.74"
|
|
components = [
|
|
"rustfmt",
|
|
"rustc",
|
|
"rust-src",
|
|
"rust-analyzer",
|
|
"cargo",
|
|
"clippy",
|
|
]
|
|
profile = "minimal"
|