[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 = { version = "2.1.6", path = "../core" }
pyo3.workspace = true
tokio.workspace = true
serde_json.workspace = true
async-trait = "0.1"
once_cell.workspace = true