rdar 0.5.0

Installer and launcher for radar, the fast local repository router
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.88"
name = "rdar"
version = "0.5.0"
build = false
include = [
    "/src/main.rs",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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",
]
license = "MIT"

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

[dependencies]

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