From b5021411a84822cb3f1e3aeffad9550dd15bdeb6 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 16 Sep 2018 12:54:24 +0300 Subject: rename all things --- crates/ra_editor/Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 crates/ra_editor/Cargo.toml (limited to 'crates/ra_editor/Cargo.toml') diff --git a/crates/ra_editor/Cargo.toml b/crates/ra_editor/Cargo.toml new file mode 100644 index 000000000..40e3254ff --- /dev/null +++ b/crates/ra_editor/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "ra_editor" +version = "0.1.0" +authors = ["Aleksey Kladov "] +publish = false + +[dependencies] +itertools = "0.7.8" +superslice = "0.1.0" +join_to_string = "0.1.1" + +ra_syntax = { path = "../ra_syntax" } + +[dev-dependencies] +test_utils = { path = "../test_utils" } -- cgit v1.2.3