briefcase-python 2.2.3

Python bindings for Briefcase AI
Documentation
[package]
name = "briefcase-python"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Python bindings for Briefcase AI"
readme = "README.md"
documentation = "https://docs.rs/briefcase-python"

[lib]
name = "briefcase_ai"
crate-type = ["cdylib"]

[dependencies]
briefcase-core = { version = "2.2.3", path = "../core" }
pyo3.workspace = true
tokio.workspace = true
serde_json.workspace = true
async-trait = "0.1"
once_cell.workspace = true