rust-analyzer-cli 0.1.0

A CLI tool built on top of rust-analyzer
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "rust-analyzer-cli"
version = "0.1.0"
edition = "2024"
description = "A CLI tool built on top of rust-analyzer"
license = "MIT OR Apache-2.0"
repository = "https://github.com/jihaohaaaa/rust-analyzer-cli"
readme = "README.md"
keywords = ["rust-analyzer", "cli"]

[dependencies]