beteran-protobuf-rust/.devcontainer/rust-toolchain.toml
2022-07-12 06:43:07 +00:00

8 lines
101 B
TOML

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