rust/crates/ra_cli/Cargo.toml
2018-09-19 00:46:10 +03:00

13 lines
297 B
TOML

[package]
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" }