implemented text query logic

This commit is contained in:
Slatian
2023-02-22 23:07:43 +01:00
parent 5a27eb793d
commit e3054e0158
4 changed files with 46 additions and 13 deletions

View File

@ -10,6 +10,8 @@ authors = ["Slatian <baschdel@disroot.org>"]
axum = { version = "0.6", features = ["macros", "headers"] }
axum-client-ip = "0.4"
clap = { version = "4", features = ["derive"] }
lazy_static = "1.4.0"
regex = "1.7"
serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
tera = "1"