[package]
edition = "2024"
name = "fairway"
version = "0.0.1"
build = false
include = [
"src/**",
"Cargo.toml",
"README.md",
"LICENSE-*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The path for AI agents (and maybe some humans) to get things done"
readme = "README.md"
keywords = [
"ai",
"agents",
"agent-skills",
"git",
"cli",
]
categories = [
"artificial-intelligence",
"command-line-utilities",
"development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kudato/fairway"
[[bin]]
name = "fairway"
path = "src/main.rs"
[dependencies]