Added IDN support

This commit is contained in:
Slatian
2023-02-23 00:58:38 +01:00
parent e3054e0158
commit d202ebb14e
5 changed files with 104 additions and 8 deletions

View File

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