theme.rs, lints.rust

This commit is contained in:
Martin Kavík 2024-09-14 16:31:46 +02:00
parent 2962102962
commit acc1bf8ca3
3 changed files with 30 additions and 0 deletions

View file

@ -10,6 +10,9 @@ publish.workspace = true
[dev-dependencies]
wasm-bindgen-test = "0.3.19"
[lints.rust]
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(FASTWAVE_PLATFORM)'] }
[dependencies]
zoon.workspace = true
wellen.workspace = true