Files
Elias Wendland 97407f7eed
CI and release / Run tests (push) Successful in 4m57s
CI and release / Detect release commit (push) Successful in 35s
CI and release / Build and publish container (push) Successful in 7m58s
CI and release / Create release (push) Successful in 23s
Release 0.1.0
2026-08-07 11:57:04 +02:00

21 lines
739 B
TOML

[package]
name = "tg-archive-bot"
version = "0.1.0"
edition = "2024"
license = "GPL-3.0-or-later"
description = "Bot for archiving messages in TeenGovernment and related servers"
authors = ["Elias Wendland <eliaswendland@pm.me>"]
readme = "README.md"
repository = "https://git.ewenlau.net/ewenlau/tg-archive-bot"
homepage = "https://git.ewenlau.net/ewenlau/tg-archive-bot"
[dependencies]
axum = { version = "0.8.4", features = ["form"] }
dotenv = "0.15.0"
poise = "0.6.2"
serde = { version = "1", features = ["derive"] }
sqlx = { version = "0.9.0", features = ["postgres", "runtime-tokio", "macros"] }
tokio = { version = "1.52.3", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }