refactor: replace native_db with memdb and add tests

This commit is contained in:
rustmailer
2026-05-14 02:29:23 +08:00
parent 0abaa66a40
commit 5406c4322c
102 changed files with 7225 additions and 2735 deletions
+1 -2
View File
@@ -19,9 +19,8 @@ poem-openapi = { version = "5.1.16", features = [
], optional = true }
chrono.workspace = true
clap.workspace = true
native_db.workspace = true
memdb.workspace = true
itertools.workspace = true
native_model.workspace = true
ring.workspace = true
serde.workspace = true
serde_json.workspace = true