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

6 lines
99 B
TOML

[toolchain]
channel = "stable"
profile = "minimal"
components = ["clippy", "rustfmt"]
targets = []