docs
Some checks failed
CI / test (push) Failing after 4m0s
CI / lint (push) Failing after 4s
CI / deploy (push) Has been skipped

This commit is contained in:
2025-08-02 00:18:09 +03:00
parent adda2b30f9
commit ea92a376ed
32 changed files with 3360 additions and 280 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "discoursio-quoter"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -11,12 +11,12 @@ 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.38.1", features = ["tokio"] }
sentry = { version = "0.42", features = ["tokio"] }
uuid = { version = "1.8.0", features = ["v4"] }
redis = { version = "0.31.0", features = ["tokio-comp"] }
redis = { version = "0.32", features = ["tokio-comp"] }
tokio = { version = "1.37.0", features = ["full"] }
serde = { version = "1.0.209", features = ["derive"] }
sentry-actix = "0.38.1"
sentry-actix = "0.42"
aws-sdk-s3 = "1.47.0"
image = "0.25.2"
mime_guess = "2.0.5"
@@ -31,6 +31,7 @@ ab_glyph = "0.2.29"
once_cell = "1.18"
kamadak-exif = "0.6.1"
infer = "0.19.0"
chrono = { version = "0.4", features = ["serde"] }
[[bin]]
name = "quoter"