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

2
Cargo.lock generated
View file

@ -282,6 +282,7 @@ version = "0.1.0"
dependencies = [
"argp",
"askama",
"async-lock",
"base64-turbo",
"boml",
"form_urlencoded",
@ -298,6 +299,7 @@ dependencies = [
"trillium-native-tls",
"trillium-router",
"trillium-smol",
"url",
]
[[package]]