Started to add the functionality to allow default functions.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2025-09-18 13:30:20 -04:00
parent a157d5cc67
commit 85e12e20d4
3 changed files with 431 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ axum = ">=0.8.0"
chrono = { version = ">=0.4.40", features = ["now"] }
clap = { version = ">=4.5.1", features = ["derive"] }
isolang = ">=2.4.0"
rand = ">=0.9.2"
serde_json = ">=1.0.140"
tokio = { version = ">=1.36.0", features = ["full"] }
tower-cookies = ">=0.11.0"