waterui-cli 0.4.0

Cross-platform tooling for WaterUI applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
# The toolchain is a property of this repository, not of whoever checked it out.
#
# CI lints and tests on `dtolnay/rust-toolchain@stable`, and clippy's findings
# differ between channels in both directions: `match_same_arms` and
# `too_many_lines` fire on stable and are silent on nightly, while the
# `Send`-solver `overflow evaluating the requirement` diagnostic fires on
# nightly and is silent on stable. Without this file, a contributor whose
# rustup default is nightly gets a green local run and a red CI.
[toolchain]
channel = "stable"
components = ["clippy", "rustfmt"]