[package]
name = "briefcase-python"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "Python bindings for Briefcase AI"
[lib]
name = "briefcase_ai"
crate-type = ["cdylib"]
[dependencies]
briefcase-core = "2.0.8"
pyo3.workspace = true
tokio.workspace = true
serde_json.workspace = true
async-trait = "0.1"
once_cell.workspace = true