1
Fork 0
holycow/holycow_backend/Cargo.toml

26 lines
1 KiB
TOML

[package]
name = "holycow_backend"
version = "0.1.0"
authors = ["Stefano Pigozzi <me@steffo.eu>"]
edition = "2021"
description = "Backend for a Telegram Mini App for match and skill level tracking among players in a group"
repository = "https://forge.steffo.eu/unimore/tirocinio-canali-steffo-acrate"
license = "EUPL-1.2"
keywords = ["mtg", "openskill", "wenglin", "telegram", "telegram-miniapp"]
categories = []
[dependencies]
anyhow = "1.0.93"
axum = { version = "0.7.9", features = ["macros"] }
diesel = { version = "2.2.5", features = ["chrono", "postgres"] }
diesel_migrations = { version = "2.2.0", features = ["postgres"] }
log = "0.4.22"
micronfig = "0.3.0"
pretty_env_logger = "0.5.0"
skillratings = { version = "0.27.1", features = ["serde"] }
teloxide = { version = "0.13.0", features = ["webhooks-axum"] }
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread", "net"] }
serde = { version = "1.0.215", features = ["derive"] }
chrono = { version = "0.4.38", features = ["serde"] }
url = { version = "2.5.4", features = ["serde"] }