aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cli/Cargo.toml
blob: 0b8d6f3dd817562507bf6ba8dc8850b1d462b703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
edition = "2018"
name = "ra_cli"
version = "0.1.0"
authors = ["Aleksey Kladov <[email protected]>"]
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" }