aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cli/Cargo.toml
blob: 5e7bf3ed45708461789366e3e5770143ae93085b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
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" }