rdar 0.5.1

Installer and launcher for radar, the fast local repository router
[package]
name = "rdar"
version = "0.5.1"
edition = "2024"
rust-version = "1.88"
license = "MIT"
description = "Installer and launcher for radar, the fast local repository router"
homepage = "https://radar.sanixdk.xyz"
readme = "README.md"
keywords = ["codebase", "navigation", "tree-sitter", "cli", "agents"]
categories = ["command-line-utilities", "development-tools"]
include = ["/src/main.rs", "/Cargo.toml", "/Cargo.lock", "/README.md"]

[[bin]]
name = "radar"
path = "src/main.rs"

[dependencies]

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
strip = "symbols"
panic = "abort"