feat: List domains user can see on homepage
This commit is contained in:
parent
58a8c375f0
commit
8a7e644960
11 changed files with 136 additions and 58 deletions
|
|
@ -5,7 +5,7 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
argh = "0.1.19"
|
||||
axum = { version = "0.8.9", optional = true }
|
||||
axum = { version = "0.8.9", optional = true, features = ["macros"] }
|
||||
axum-extra = { version = "0.12.6", features = ["cookie"], optional = true }
|
||||
camino = "1.2.5"
|
||||
dn_escape = { path = "vendor/dn_escape" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue