[project]
name = "blazen-cli"
version = "0.1.0"
description = "Blazen CLI - AI workflow scaffolding tool"
requires-python = ">=3.9"
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[tool.maturin]
manifest-path = "Cargo.toml"
bindings = "bin"