2018-07-30 08:16:58 -05:00
|
|
|
[package]
|
2018-10-15 12:06:02 -05:00
|
|
|
edition = "2018"
|
2018-09-16 04:54:24 -05:00
|
|
|
name = "ra_cli"
|
2018-07-30 08:16:58 -05:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
clap = "2.32.0"
|
2018-12-31 02:53:49 -06:00
|
|
|
failure = "0.1.4"
|
2018-09-18 16:46:10 -05:00
|
|
|
join_to_string = "0.1.1"
|
2018-09-16 04:54:24 -05:00
|
|
|
ra_syntax = { path = "../ra_syntax" }
|
2019-01-08 13:30:32 -06:00
|
|
|
ra_ide_api_light = { path = "../ra_ide_api_light" }
|
2018-07-30 08:16:58 -05:00
|
|
|
tools = { path = "../tools" }
|