fabro/lib/components/fabro-interview/Cargo.toml
2026-07-23 17:59:34 -04:00

27 lines
629 B
TOML

[package]
name = "fabro-interview"
edition.workspace = true
version.workspace = true
publish = false
license.workspace = true
description = "Human-in-the-loop interviewer traits and implementations"
[lib]
doctest = false
[lints]
workspace = true
[dependencies]
serde.workspace = true
serde_json.workspace = true
async-trait.workspace = true
tokio.workspace = true
tracing.workspace = true
dialoguer.workspace = true
fabro-util = { path = "../../foundation/fabro-util" }
fabro-types = { path = "../../foundation/fabro-types" }
[dev-dependencies]
tokio = { workspace = true, features = ["test-util", "macros"] }
tempfile = "3"