Files
arche/Cargo.toml
jmanczak 6613ccb239
All checks were successful
arche-build-and-publish / gractwo-arche-build-test (push) Successful in 5m6s
amu uptime checker
2026-04-06 21:33:02 +02:00

19 lines
379 B
TOML

[package]
name = "arche"
version = "0.1.0"
edition = "2024"
[dependencies]
askama = "0.14.0"
axum = "0.8.3"
chrono = "0.4.41"
chrono-tz = "0.10.3"
dotenvy = "0.15.7"
rand = "0.9.1"
reqwest = "0.13.2"
serenity = "0.12.4"
tokio = { version = "1.44.2", features = ["full"] }
tower = "0.5.2"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }