feat: HTML default page

This commit is contained in:
Jade Ellis 2025-04-25 02:47:48 +01:00 committed by magmaus3
parent b562b8cf92
commit 8cb5013043
Signed by: magmaus3
GPG key ID: C8AABFABFA2FAF66
14 changed files with 408 additions and 10 deletions

32
src/web/Cargo.toml Normal file
View file

@ -0,0 +1,32 @@
[package]
name = "conduwuit_web"
categories.workspace = true
description.workspace = true
edition.workspace = true
keywords.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
version.workspace = true
[lib]
path = "mod.rs"
crate-type = [
"rlib",
# "dylib",
]
[features]
[dependencies]
askama = "0.14.0"
axum.workspace = true
futures.workspace = true
tracing.workspace = true
rand.workspace = true
thiserror.workspace = true
[lints]
workspace = true