beteran-protobuf/.devcontainer/rust-toolchain.toml
2022-07-12 07:02:38 +00:00

8 lines
101 B
TOML

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