blob: 17011e0636e2ee655e57b6fff06afada819a31d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "ra_cli"
version = "0.1.0"
authors = ["Aleksey Kladov <[email protected]>"]
publish = false
[dependencies]
clap = "2.32.0"
failure = "0.1.1"
ra_syntax = { path = "../ra_syntax" }
ra_editor = { path = "../ra_editor" }
tools = { path = "../tools" }
|