mirror of
https://github.com/flibusta-apps/meilie_updater.git
synced 2025-12-06 07:05:37 +01:00
20 lines
571 B
TOML
20 lines
571 B
TOML
[package]
|
|
name = "meili_updater"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.28.2", features = ["full"] }
|
|
axum = "0.6.18"
|
|
sentry = { version = "0.31.3", features = ["debug-images"] }
|
|
lazy_static = "1.4.0"
|
|
log = "0.4.18"
|
|
env_logger = "0.10.0"
|
|
tokio-postgres = { version = "0.7.8", features = ["with-chrono-0_4"] }
|
|
deadpool-postgres = "0.10.5"
|
|
meilisearch-sdk = "0.24.1"
|
|
futures = "0.3.28"
|
|
serde = { version = "1.0.163", features = ["derive"] }
|