diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..3201820 --- /dev/null +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 69bc968..f534c98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,4 +3,8 @@ name = "audio-reactive-source" version = "0.1.0" edition = "2021" +[lints.clippy] +pedantic = "warn" +nursery = "warn" + [dependencies]