[feat] address comments for optimize writeBinaryFile

This commit is contained in:
Sunho Kim
2024-06-29 08:57:23 -07:00
parent 73b3425f5f
commit 079410f70d
4 changed files with 72 additions and 25 deletions

View File

@@ -27,6 +27,7 @@ actix-web = "4.0"
actix-cors = "0.6"
actix-rt = "2.5"
url = "2.2"
uuid = { version = "1.9.1", features = [ "v4" ] }
[features]
# this feature is used for production builds or when `devPath` points to the filesystem