mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 00:47:18 +00:00
14 lines
328 B
TOML
14 lines
328 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "ra_cli"
|
|
version = "0.1.0"
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
clap = "2.32.0"
|
|
failure = "0.1.4"
|
|
join_to_string = "0.1.1"
|
|
ra_syntax = { path = "../ra_syntax" }
|
|
ra_ide_api_light = { path = "../ra_ide_api_light" }
|
|
tools = { path = "../tools" }
|