Readme, Box leak, async mutex, repo URL parsing

This commit is contained in:
Pascal Engélibert 2026-03-15 20:49:27 +01:00
commit 44c310ac11
8 changed files with 103 additions and 32 deletions

View file

@ -8,6 +8,7 @@ edition = "2024"
argp = "0.4.0"
# Templates
askama = "0.12.1"
async-lock = "3.4.2"
base64-turbo = "0.1.3"
# TOML parser
boml = "1.0.2"
@ -31,3 +32,4 @@ trillium-native-tls = "0.4.0"
trillium-router = "0.4.1"
trillium-smol = "0.4.2"
#trillium-static-compiled = "0.5.2"
url = "2.5.8"