enable more warnings
All checks were successful
Build legacy Nix package on Ubuntu / build (push) Successful in 1m3s

This commit is contained in:
Max Känner 2025-01-12 15:48:49 +01:00
parent ecf9bb3da4
commit 33907234fd
2 changed files with 11 additions and 0 deletions

7
Cargo.lock generated Normal file
View File

@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "audio-reactive-source"
version = "0.1.0"

View File

@ -3,4 +3,8 @@ name = "audio-reactive-source"
version = "0.1.0"
edition = "2021"
[lints.clippy]
pedantic = "warn"
nursery = "warn"
[dependencies]