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