website/Cargo.toml

9 lines
143 B
TOML
Raw Normal View History

2026-02-20 00:11:11 +00:00
[package]
edition = "2024"
name = "website"
version = "0.1.0"
[dependencies]
axum = "0.8"
tokio = { version = "1", features = ["full"] }