feat: validate configuration

This commit is contained in:
Marc Plano-Lesay 2025-05-21 22:02:42 +10:00
parent ee7d7971be
commit 48c670f455
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF
33 changed files with 1076 additions and 165 deletions

View file

@ -34,3 +34,5 @@ reqwest = "0.12.15"
magnet-url = "2.0.0"
urlencoding = "2.1.3"
ntfy = "0.7.0"
nutype = { version = "0.6.1", features = ["serde", "regex"] }
insta = "1.43.1"