blazen-cli 0.1.94

CLI for the Blazen workflow engine
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"