add random letters to filename

This commit is contained in:
2021-06-12 18:11:13 +05:30
parent d4b05635b1
commit f77fe175ff
4 changed files with 96 additions and 41 deletions

View File

@@ -11,5 +11,4 @@ actix-multipart = "0.3"
futures = "0.3.5"
async-std = "1.8.0"
sanitize-filename = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.59"
rand = "0.8.3"