mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 17:28:09 +00:00
14 lines
314 B
TOML
14 lines
314 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.1"
|
|
join_to_string = "0.1.1"
|
|
ra_syntax = { path = "../ra_syntax" }
|
|
ra_editor = { path = "../ra_editor" }
|
|
tools = { path = "../tools" }
|