mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
15 lines
236 B
TOML
15 lines
236 B
TOML
[package]
|
|
name = "bichon-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"
|