feat: update cargo.toml

This commit is contained in:
Tal 2024-09-26 16:27:37 +02:00
parent 5149723b5c
commit 04547195e4

View File

@ -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"