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

8 lines
101 B
TOML
Raw Permalink Normal View History

2022-07-12 06:43:07 +00:00
[toolchain]
channel = "stable"
profile = "minimal"
components = ["clippy", "rustfmt"]
targets = [
]