rust/crates/ra_cli/Cargo.toml
2018-10-15 20:06:02 +03:00

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" }