Files
labyrinth/Cargo.toml
T
phoenix 84f98521c8
labyrinth release Tagging / release (pull_request) Successful in 41s
bump: labyrinth
2026-08-06 17:48:00 -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"