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

8 lines
101 B
TOML
Raw Normal View History

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