beteran-common-rust/.devcontainer/rust-toolchain.toml

6 lines
99 B
TOML
Raw Permalink Normal View History

2022-08-04 13:13:42 +00:00
[toolchain]
channel = "stable"
profile = "minimal"
components = ["clippy", "rustfmt"]
targets = []