codebase-recall 0.7.2

CLI based application for codebase dumper for LLMs and fast review/recall project
[package]

name = "codebase-recall"

version = "0.7.2"

edition = "2024"

authors = ["Bkn Org"]

description = "CLI based application for codebase dumper for LLMs and fast review/recall project"

license = "MIT"

repository = "https://github.com/BknOrg/codebase-recall"

readme = "README.md"



[[bin]]

name = "code-rcl"

path = "src/main.rs"



[dependencies]

clap = { version = "4.5", features = ["derive"] }

ignore = "0.4"

anyhow = "1.0"

rusqlite = { version = "0.32", features = ["bundled"] }

blake3 = "1"

tree-sitter = "0.25"

tree-sitter-rust = "0.24"

tree-sitter-javascript = "0.23"

tree-sitter-typescript = "0.23"

tree-sitter-python = "0.23"

tree-sitter-java = "0.23"

tree-sitter-kotlin-ng = "1.1"

serde = { version = "1", features = ["derive"] }

serde_json = "1"

globset = "0.4"

tiny_http = "0.12"

webbrowser = "1.2"

ctrlc = "3.5"



# The profile that 'dist' will build with

[profile.dist]

inherits = "release"

lto = "thin"