Set up the Cargo binary with the infrastructure dependencies (serde, serde_json, ureq, url, crossbeam-channel, regex) plus the project tooling: strict rustc and clippy lints, rustfmt and clippy config, and a Makefile for the common build, test, format, and check commands.
3 lines
57 B
TOML
3 lines
57 B
TOML
allow-unwrap-in-tests = true
|
|
allow-panic-in-tests = true
|