2026-05-14 02:29:23 +08:00
|
|
|
[package]
|
2026-06-23 21:38:31 +08:00
|
|
|
name = "bichon-memdb"
|
2026-05-14 02:29:23 +08:00
|
|
|
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"
|