mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-01-12 08:34:17 +08:00
* 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
4 lines
64 B
TOML
4 lines
64 B
TOML
[toolchain]
|
|
channel = "1.85"
|
|
components = ["rustfmt", "clippy"]
|