]> git.lizzy.rs Git - rust.git/blob - crates/ra_cli/Cargo.toml
switch ra_cli to 2018
[rust.git] / crates / ra_cli / Cargo.toml
1 [package]
2 edition = "2018"
3 name = "ra_cli"
4 version = "0.1.0"
5 authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
6 publish = false
7
8 [dependencies]
9 clap = "2.32.0"
10 failure = "0.1.1"
11 join_to_string = "0.1.1"
12 ra_syntax = { path = "../ra_syntax" }
13 ra_editor = { path = "../ra_editor" }
14 tools = { path = "../tools" }