[package]
edition = "2021"
name = "a3s"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a3s — umbrella CLI for the A3S platform; dispatches `a3s <tool>` to the matching `a3s-<tool>` binary"
homepage = "https://github.com/A3S-Lab/a3s"
readme = "README.md"
keywords = [
"a3s",
"cli",
"agent",
"dispatch",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/A3S-Lab/Cli"
[[bin]]
name = "a3s"
path = "src/main.rs"
[profile.release]
opt-level = "z"
lto = true
strip = true