chore: merge avatars service into monorepo

This commit is contained in:
alyssa 2024-10-21 11:42:32 +09:00
parent f427d4d727
commit 17f5561293
27 changed files with 1925 additions and 111 deletions

View file

@ -0,0 +1,25 @@
[package]
name = "avatars"
version = "0.1.0"
edition = "2021"
[dependencies]
libpk = { path = "../../lib/libpk" }
anyhow = { workspace = true }
axum = { workspace = true }
data-encoding = "2.5.0"
form_urlencoded = "1.2.1"
futures = { workspace = true }
gif = "0.13.1"
image = { version = "0.24.8", default-features = false, features = ["gif", "jpeg", "png", "webp", "tiff"] }
reqwest = { workspace = true }
rust-s3 = { version = "0.33.0", default-features = false, features = ["tokio-rustls-tls"] }
sha2 = "0.10.8"
serde = { workspace = true }
sqlx = { workspace = true }
thiserror = "1.0.56"
time = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
uuid = { workspace = true }
webp = "0.2.6"