aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cli/Cargo.toml
blob: 83f1d91e0b8273269335eab4efb4542aae3b228c (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.4"
join_to_string = "0.1.1"
ra_syntax = { path = "../ra_syntax" }
ra_editor = { path = "../ra_editor" }
tools = { path = "../tools" }