tesla-charge-controller/Cargo.toml
Alex Janka 9272aa20ad
All checks were successful
Build and release .deb / Release (push) Successful in 55s
v1.9.9-pre-12: fix pl load current
2024-12-30 22:07:28 +11:00

19 lines
693 B
TOML

[workspace]
members = ["charge-controller-supervisor", "tesla-charge-controller"]
default-members = ["charge-controller-supervisor"]
resolver = "2"
[workspace.package]
version = "1.9.9-pre-12"
[workspace.lints.clippy]
pedantic = "warn"
cast-possible-truncation = { level = "allow", priority = 1 }
cast-precision-loss = { level = "allow", priority = 1 }
default-trait-access = { level = "allow", priority = 1 }
missing-errors-doc = { level = "allow", priority = 1 }
missing-panics-doc = { level = "allow", priority = 1 }
module-name-repetitions = { level = "allow", priority = 1 }
struct-excessive-bools = { level = "allow", priority = 1 }
too-many-lines = { level = "allow", priority = 1 }