summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJakub Trzeciak <jp3@jptrzy.xyz>2024-02-15 22:35:00 +0100
committerJakub Trzeciak <jp3@jptrzy.xyz>2024-02-15 22:35:00 +0100
commit2d3d297f1411e88de69423b4888d1c8132416a5d (patch)
tree40d66603dbb5c66116d02c7717c59f80bd6c52c4 /Cargo.toml
parent9264a8b2df90e3a52eb7ccd1cbe2ca788b010b9a (diff)
downloadogg-tagger-2d3d297f1411e88de69423b4888d1c8132416a5d.tar.gz
ogg-tagger-2d3d297f1411e88de69423b4888d1c8132416a5d.tar.bz2
ogg-tagger-2d3d297f1411e88de69423b4888d1c8132416a5d.zip
refactor old tagging code
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3f05b05..b8caa88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-lofty = "0.13.0"
+lofty = "0.18.2"
regex = "1.8.3"
clap = { version = "4.4.18", features = ["derive"] }
Software created with 💖