aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cli/Cargo.toml
blob: eb1722d5e77e1fd47bcb86d96a6d0bb202b8cb2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
edition = "2018"
name = "ra_cli"
version = "0.1.0"
authors = ["Aleksey Kladov <[email protected]>"]
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" }