21 lines
739 B
TOML
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"] }
|