bitque/crates/cloud-storage-actor/Cargo.toml

20 lines
657 B
TOML
Raw Normal View History

2023-03-31 23:25:20 +02:00
[package]
2023-04-02 22:34:12 +02:00
name = "cloud-storage-actor"
2023-03-31 23:25:20 +02:00
version = "0.1.0"
authors = ["Adrian Wozniak <adrian.wozniak@ita-prog.pl>"]
edition = "2018"
description = "JIRS (Simplified JIRA in Rust) shared data types"
repository = "https://gitlab.com/adrian.wozniak/bitque"
license = "MPL-2.0"
#license-file = "../LICENSE"
[dependencies]
actix = { version = "0.13.0" }
bitque-config = { workspace = true, features = ["mail", "web", "local-storage"] }
2023-04-01 22:31:57 +02:00
bytes = { version = "1" }
2023-03-31 23:25:20 +02:00
tokio = { version = "1", features = ["full"] }
2023-04-01 22:31:57 +02:00
tracing = { version = "0.1.37" }
2023-04-02 22:34:12 +02:00
rust-s3 = { version = "*" }
2023-04-02 22:41:40 +02:00
aws-creds = { version = "=0.30.0", features = ['attohttpc'] }
2023-04-02 22:34:12 +02:00
thiserror = { version = "*" }