leetcode-cli 0.5.2

Leetcode command-line interface in rust.
1
2
3
4
5
6
7
8
9
10
11
[toolchain]
channel = "stable"
components = [
  "rustc",
  "cargo",
  "rustfmt",
  "clippy",
  "rust-analyzer",
  "rust-src"
]
profile = "minimal"