diff --git a/Cargo.toml b/Cargo.toml index c26e3ee..406fc81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "lowifi" +name = "lowfi" version = "0.1.0" edition = "2021" @@ -23,4 +23,3 @@ bytes = "1.7.2" scraper = "0.20.0" rodio = { version = "0.19.0", features = ["mp3"], default-features = false } crossterm = "0.28.1" -itertools = "0.13.0"