quoter/Cargo.toml
Untone 8e9387b95d
Some checks failed
deploy / deploy (push) Failing after 3s
quoter-init
2024-08-30 21:05:51 +03:00

27 lines
898 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[package]
name = "discoursio-quoter"
version = "0.0.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
futures = "0.3.30"
serde_json = "1.0.115"
actix-web = "4.5.1"
reqwest = { version = "0.12.3", features = ["json"] }
sentry = { version = "0.34.0", features = ["tokio"] }
uuid = { version = "1.8.0", features = ["v4"] }
redis = { version = "0.26.1", features = ["tokio-comp"] }
tokio = { version = "1.37.0", features = ["full"] }
serde = { version = "1.0.209", features = ["derive"] }
sentry-actix = "0.34.0"
aws-sdk-s3 = "1.47.0" # AWS SDK для работы с S3
image = "0.24.7" # Библиотека для работы с изображениями (генерация миниатюр)
mime_guess = "2.0.5"
aws-config = "1.5.5"
[[bin]]
name = "quoter"
path = "./src/main.rs"