You can add a [dev-dependencies] section to your Cargo.toml whose format is equivalent to [dependencies]: 06000 Dev-dependencies are not used when compiling a package for building,but are used for compiling tests,examples,and benchmarks.
You can add a [dev-dependencies] section to your Cargo.toml whose format is equivalent to [dependencies]:
[dev-dependencies]
Cargo.toml
[dependencies]
06000
Dev-dependencies are not used when compiling a package for building,but are used for compiling tests,examples,and benchmarks.