added: index endpoint

added: index opt in
This commit is contained in:
2022-12-10 19:27:38 +01:00
parent 0474f20f9a
commit e9ecc0563b
2 changed files with 25 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ edition = "2021"
default = [ "client", "reload", "info", "authorized" ]
reload = []
authorized =[ "dep:jwt-compact" ]
index = []
info = [ "axum/json", "ssh-key/serde" ]
client = [ "dep:url", "dep:reqwest" ]