annotator 0.1.2

A simple CLI tool to automatically annotate Java source code files.
[[bin]]
name = "annotator"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
features = ["derive"]
version = "4.4"

[dependencies.tree-sitter]
version = "0.25.10"

[dependencies.tree-sitter-java]
version = "0.23"

[package]
authors = ["vtramo <vv.tramo@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A simple CLI tool to automatically annotate Java source code files."
edition = "2024"
keywords = ["java"]
license = "MIT"
name = "annotator"
readme = "README.md"
repository = "https://github.com/vtramo/java-annotator"
version = "0.1.2"