cd can get info now!!!

This commit is contained in:
2026-08-24 13:33:39 -04:00
parent 03340fbeac
commit 99379a1faa
5 changed files with 527 additions and 9 deletions

View File

@@ -10,6 +10,8 @@ authors = ["Owen Feldman"]
clap = { version = "4.6.6", features = ["derive"] }
hex = "0.4.3"
lofty = "0.25.1"
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.151"
sha1 = "0.11.0"
sha2 = "0.11.0"
ureq = "3.4.0"
ureq = { version = "3.4.0", features = ["json"] }