[package] name = "mp3cut" version = "0.1.0" edition = "2021" authors = ["anthony-tron"] description = "mp3 file splitter" repository = "https://gitlab.com/anthony-tron/mp3cut" license = "ISC" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "3.1.18", features = ["cargo"] } chrono = "0.4.19" lazy_static = "1.4.0" regex = "1" rmp3 = "0.3.1"