Adding uuid

This commit is contained in:
2026-07-18 22:46:02 -04:00
parent fc3d898138
commit b79807c854
2 changed files with 2 additions and 0 deletions
Generated
+1
View File
@@ -1375,6 +1375,7 @@ dependencies = [
"aws-config",
"aws-sdk-s3",
"tokio",
"uuid",
]
[[package]]
+1
View File
@@ -9,3 +9,4 @@ description = "Library for managing soaricarus storage"
aws-config = { version = "1.9.0" }
aws-sdk-s3 = { version = "1.138.1" }
tokio = { version = "1.53.0", features = ["full"] }
uuid = "1.24.0"