mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
refactor: replace native_db with memdb and add tests
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "memdb"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
thiserror = "=2.0.18"
|
||||
tokio.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "=0.9.2"
|
||||
tempfile = "=3.27.0"
|
||||
Reference in New Issue
Block a user