mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
32 lines
720 B
TOML
32 lines
720 B
TOML
[package]
|
|
name = "bichon-admin"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
|
|
[dependencies]
|
|
bichon-core = { path = "../core" }
|
|
tokio.workspace = true
|
|
dialoguer.workspace = true
|
|
console.workspace = true
|
|
indicatif.workspace = true
|
|
native_db = "0.8.2"
|
|
native_model = "0.4.20"
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
|
|
itertools.workspace = true
|
|
snafu.workspace = true
|
|
bichon-memdb.workspace = true
|
|
fjall.workspace = true
|
|
hex.workspace = true
|
|
bichon-blob.workspace = true
|
|
mail-parser.workspace = true
|
|
bytes.workspace = true
|
|
uuid.workspace = true
|
|
tantivy = { version = "0.26.1", features = ["zstd-compression", "quickwit"] }
|
|
chrono.workspace = true
|
|
tracing.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3" |