This commit is contained in:
insects 2025-02-03 17:57:43 +01:00
commit 5dc1b3d1ff
7 changed files with 980 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "beacon"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.95"
axum = { version = "0.8.1", features = ["macros"] }
minijinja = { version = "2.7.0", features = ["loader"] }
minijinja-autoreload = "2.7.0"
tokio = { version = "1.43.0", features = ["full"] }