summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJakub Trzeciak <jptrzy@gmail.com>2023-09-12 09:24:19 +0200
committerJakub Trzeciak <jptrzy@gmail.com>2023-09-12 09:24:19 +0200
commitfcf044db0618c1901bc3c46b238353c95491cbfc (patch)
tree73e487ed645036a0cf11411193280f381afb9bac /Cargo.toml
downloadogg-tagger-fcf044db0618c1901bc3c46b238353c95491cbfc.tar.gz
ogg-tagger-fcf044db0618c1901bc3c46b238353c95491cbfc.tar.bz2
ogg-tagger-fcf044db0618c1901bc3c46b238353c95491cbfc.zip
Init
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..6139a41
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,10 @@
+[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" \ No newline at end of file
Software created with 💖