nix-weather/.config/rust-toolchain.toml

17 lines
282 B
TOML
Raw Permalink Normal View History

# SPDX-FileCopyrightText: 2024 Christina Sørensen
# SPDX-FileContributor: Christina Sørensen
#
# SPDX-License-Identifier: EUPL-1.2
[toolchain]
channel = "stable"
components = [
"rustfmt",
"rustc",
"rust-src",
"rust-analyzer",
"cargo",
"clippy",
]
profile = "minimal"