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