cargo-docs 0.1.35

A cargo plugin for serving rust and crate doc locally.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[toolchain]
channel = "stable"
components = [
  "rustfmt",
  "clippy",
  "rust-docs",
]
targets = [
  "aarch64-unknown-linux-musl",
  "x86_64-unknown-linux-musl",
  "x86_64-pc-windows-gnu",
]