deps: 加入格式化文件名的依赖

This commit is contained in:
amtoaer
2024-03-31 18:24:26 +08:00
parent 243a6b5d62
commit 511daa1768
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ reqwest = { version = "0.12.0", features = [
"cookies",
"gzip",
] }
filenamify = "0.1.0"
cookie = { version = "0.18.0", features = ["percent-encode"] }
tokio = { version = "1", features = ["full"] }
strum = { version = "0.26", features = ["derive"] }