Alex Janka
8b26a8d6bb
All checks were successful
Build and release .deb / Release (push) Successful in 53s
19 lines
693 B
TOML
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-14"
|
|
|
|
[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 }
|