Files
labyrinth/Cargo.toml
T
phoenix a3901c7a8e
labyrinth release Tagging / release (push) Successful in 31s
labyrinth release Tagging / release (pull_request) Successful in 1m47s
Try it (#1)
Reviewed-on: #1
2026-08-08 13:27:10 -04:00

14 lines
348 B
TOML

[package]
name = "labyrinth"
version = "0.0.2"
edition = "2024"
license = "MIT"
description = "Library for managing soaricarus storage"
[dependencies]
aws-config = { version = "1.9.0", features = ["behavior-version-latest"] }
aws-sdk-s3 = { version = "1.138.1" }
time = "0.3.53"
tokio = { version = "1.53.0", features = ["full"] }
uuid = "1.24.0"