test: add tests

This commit is contained in:
2025-09-22 11:18:36 +03:00
parent 248fe97991
commit dd3b2b618b
9 changed files with 331 additions and 85 deletions

View File

@@ -14,6 +14,7 @@ infer = "0.19"
rand = "0.9"
regex = "1.11"
serde = { version = "1.0", features = ["derive"] }
shlex = "1.3.0"
teloxide = { version = "0.17", features = ["macros"] }
tempfile = "3"
thiserror = "2.0"
@@ -28,6 +29,7 @@ tracing-appender = "0.2"
tracing-bunyan-formatter = { version = "0.3", default-features = false }
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] }
url = "2.5"
[lints.clippy]
pedantic = "warn"