20 lines
659 B
TOML
20 lines
659 B
TOML
[package]
|
|
name = "cloud-storage-actor"
|
|
version = "0.1.0"
|
|
authors = ["Adrian Wozniak <adrian.wozniak@ita-prog.pl>"]
|
|
edition = "2018"
|
|
description = "BITQUE (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"] }
|
|
bytes = { version = "1" }
|
|
tokio = { version = "1", features = ["full"] }
|
|
tracing = { version = "0.1.37" }
|
|
rust-s3 = { version = "*" }
|
|
aws-creds = { version = "=0.30.0", features = ['attohttpc'] }
|
|
thiserror = { version = "*" }
|