Files
bitcoin-indexer/rust-toolchain.toml
ASuciuX 5fb8b02a9e feat: clippy and fmt support (#452)
* feat(cli): add custom commands `bitcoin-indexer-fmt` and `bitcoin-indexer-clippy` 
* chore: format and clippy the codebase
* feat(ci): add doctest ci job
* feat(ci): support format on save for rust files
2025-03-07 15:42:50 +02:00

4 lines
64 B
TOML

[toolchain]
channel = "1.85"
components = ["rustfmt", "clippy"]