summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 3f05b054975cd3ceaacd607396b582a570cbc0b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
[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.13.0"
regex = "1.8.3"
clap = { version = "4.4.18", features = ["derive"] }
Software created with 💖