pattern search, stateful search info, clone & mutate

This commit is contained in:
2024-12-21 23:40:05 -06:00
parent 1b81adcc86
commit 042e2cf0d6
3 changed files with 244 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
salvo = "0.74.3"
salvo = { version = "0.74.3", features = ["affix-state", "logging"] }
tokio = { version = "1", features = ["macros"] }
tracing = "0.1"
tracing-subscriber = "0.3"
tracing-subscriber = "0.3"