mp3cut 0.1.0

mp3 file splitter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"