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.
6 lines
117 B
TOML
6 lines
117 B
TOML
edition = "2024"
|
|
max_width = 80
|
|
wrap_comments = true
|
|
imports_granularity = "Item"
|
|
group_imports = "StdExternalCrate"
|