aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_cli/Cargo.toml')
-rw-r--r--crates/ra_cli/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/crates/ra_cli/Cargo.toml b/crates/ra_cli/Cargo.toml
new file mode 100644
index 000000000..17011e063
--- /dev/null
+++ b/crates/ra_cli/Cargo.toml
@@ -0,0 +1,12 @@
1[package]
2name = "ra_cli"
3version = "0.1.0"
4authors = ["Aleksey Kladov <[email protected]>"]
5publish = false
6
7[dependencies]
8clap = "2.32.0"
9failure = "0.1.1"
10ra_syntax = { path = "../ra_syntax" }
11ra_editor = { path = "../ra_editor" }
12tools = { path = "../tools" }