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

6 lines
99 B
TOML
Raw Normal View History

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