Files
mini_lsm/rust-toolchain.toml

5 lines
88 B
TOML
Raw Normal View History

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