labyrinth release Tagging / release (push) Successful in 1m58s
simodels Build / Check (push) Successful in 1m51s
simodels Build / Test Suite (push) Successful in 1m53s
simodels Build / Rustfmt (push) Successful in 1m43s
simodels Build / Clippy (push) Successful in 2m17s
simodels Build / build (push) Successful in 1m48s
14 lines
349 B
TOML
14 lines
349 B
TOML
[package]
|
|
name = "labyrinth"
|
|
version = "0.0.5"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
description = "Library for managing soaricarus storage"
|
|
|
|
[dependencies]
|
|
aws-config = { version = "1.10.1", features = ["behavior-version-latest"] }
|
|
aws-sdk-s3 = { version = "1.141.0" }
|
|
time = "0.3.55"
|
|
tokio = { version = "1.53.1", features = ["full"] }
|
|
uuid = "1.24.1"
|