summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: d5a674205c2a35c2279a33015d38d1137d26f00e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "ogg-tagger"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lofty = "0.18.2"
regex = "1.8.3"
clap = { version = "4.4.18", features = ["derive"] }
rayon = "1.8.1"
Software created with 💖