Renamed jmilters to hooks

This commit is contained in:
mdecimus
2024-06-21 17:05:14 +02:00
parent 68a189ed9f
commit 0b46ec5808
34 changed files with 249 additions and 214 deletions

View File

@@ -10,7 +10,7 @@ utils = { path = "../utils" }
mail-parser = { version = "0.9", features = ["full_encoding", "serde_support", "ludicrous_mode"] }
fast-float = "0.2.0"
serde = { version = "1.0", features = ["derive"]}
ahash = { version = "0.8.1", features = ["serde"] }
ahash = { version = "0.8.2", features = ["serde"] }
serde_json = { version = "1.0", features = ["raw_value"] }
tracing = "0.1"