This commit is contained in:
rustmailer
2026-07-13 20:56:26 +08:00
parent 85987e39fb
commit b7e757dbf7
9 changed files with 1608 additions and 27 deletions

3
Cargo.lock generated
View File

@@ -301,6 +301,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
name = "bichon-admin"
version = "1.6.2"
dependencies = [
"bichon-blob",
"bichon-core",
"bichon-memdb",
"bytes 1.12.0",
@@ -308,6 +309,7 @@ dependencies = [
"console",
"dialoguer",
"fjall",
"hex",
"indicatif",
"itertools 0.15.0",
"mail-parser",
@@ -317,6 +319,7 @@ dependencies = [
"serde_json",
"snafu",
"tantivy",
"tempfile",
"tokio",
"tracing",
"uuid",