mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 21:47:02 +00:00
14 lines
333 B
TOML
14 lines
333 B
TOML
[package]
|
|
name = "revolt-files"
|
|
version = "0.7.16"
|
|
edition = "2021"
|
|
license = "AGPL-3.0-or-later"
|
|
authors = ["Paul Makles <me@insrt.uk>"]
|
|
description = "Revolt Backend: S3 and encryption subroutines"
|
|
|
|
[dependencies]
|
|
aes-gcm = "0.10.3"
|
|
|
|
aws-config = "1.5.5"
|
|
aws-sdk-s3 = { version = "1.46.0", features = ["behavior-version-latest"] }
|