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"
|
|
|
|
failure = "0.1.1"
|
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" }
|
|
|
|
ra_editor = { path = "../ra_editor" }
|
2018-07-30 08:16:58 -05:00
|
|
|
tools = { path = "../tools" }
|