[package]
edition = "2024"
rust-version = "1.85"
name = "vibeplane"
version = "0.0.1"
authors = ["Frank Hübner <hupe@huebner-frank.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vibeplane — the local-first control plane for AI coding agents (Claude Code first). Placeholder release; the real thing is being built at the repository below."
homepage = "https://vibeplane.dev"
readme = "README.md"
keywords = [
"ai",
"agents",
"claude-code",
"developer-tools",
"orchestration",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hupe1980/vibeplane"
[[bin]]
name = "vibeplane"
path = "src/main.rs"
[dependencies]