0.1.1-cors-internal
Some checks failed
deploy / deploy (push) Failing after 33s

This commit is contained in:
2025-06-02 22:20:37 +03:00
parent 0982dff45b
commit 30000a4803
7 changed files with 315 additions and 156 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "discoursio-quoter"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -9,13 +9,14 @@ edition = "2021"
futures = "0.3.30"
serde_json = "1.0.115"
actix-web = "4.5.1"
actix-cors = "0.7.0"
reqwest = { version = "0.12.3", features = ["json"] }
sentry = { version = "0.34.0", features = ["tokio"] }
sentry = { version = "0.38.1", features = ["tokio"] }
uuid = { version = "1.8.0", features = ["v4"] }
redis = { version = "0.27.2", features = ["tokio-comp"] }
redis = { version = "0.31.0", features = ["tokio-comp"] }
tokio = { version = "1.37.0", features = ["full"] }
serde = { version = "1.0.209", features = ["derive"] }
sentry-actix = "0.34.0"
sentry-actix = "0.38.1"
aws-sdk-s3 = "1.47.0"
image = "0.25.2"
mime_guess = "2.0.5"
@@ -28,8 +29,8 @@ imageproc = "0.25.0"
ab_glyph = "0.2.29"
# libheif-sys = "1.12.0"
once_cell = "1.18"
kamadak-exif = "0.5"
infer = "0.15"
kamadak-exif = "0.6.1"
infer = "0.19.0"
[[bin]]
name = "quoter"