2024-11-27 23:01:46 +00:00
|
|
|
[package]
|
2024-11-28 11:24:15 +00:00
|
|
|
name = "holycow_backend"
|
2024-11-27 23:01:46 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1.0.93"
|
|
|
|
axum = { version = "0.7.9", features = ["macros"] }
|
2024-11-28 11:24:15 +00:00
|
|
|
diesel = { version = "2.2.5", features = ["chrono", "postgres"] }
|
2024-11-27 23:01:46 +00:00
|
|
|
diesel_migrations = { version = "2.2.0", features = ["postgres"] }
|
|
|
|
log = "0.4.22"
|
|
|
|
micronfig = "0.3.0"
|
|
|
|
pretty_env_logger = "0.5.0"
|
|
|
|
skillratings = "0.27.1"
|
|
|
|
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"] }
|
2024-11-28 11:24:15 +00:00
|
|
|
chrono = "0.4.38"
|