enable more warnings
All checks were successful
Build legacy Nix package on Ubuntu / build (push) Successful in 1m3s
All checks were successful
Build legacy Nix package on Ubuntu / build (push) Successful in 1m3s
This commit is contained in:
parent
ecf9bb3da4
commit
33907234fd
7
Cargo.lock
generated
Normal file
7
Cargo.lock
generated
Normal 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"
|
@ -3,4 +3,8 @@ name = "audio-reactive-source"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
[lints.clippy]
|
||||||
|
pedantic = "warn"
|
||||||
|
nursery = "warn"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user