diff options
Diffstat (limited to 'crates/ra_text_edit/Cargo.toml')
-rw-r--r-- | crates/ra_text_edit/Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/crates/ra_text_edit/Cargo.toml b/crates/ra_text_edit/Cargo.toml new file mode 100644 index 000000000..3c4157a4e --- /dev/null +++ b/crates/ra_text_edit/Cargo.toml | |||
@@ -0,0 +1,12 @@ | |||
1 | [package] | ||
2 | edition = "2018" | ||
3 | name = "ra_text_edit" | ||
4 | version = "0.1.0" | ||
5 | authors = ["Aleksey Kladov <[email protected]>"] | ||
6 | publish = false | ||
7 | |||
8 | [dependencies] | ||
9 | text_unit = "0.1.5" | ||
10 | |||
11 | [dev-dependencies] | ||
12 | test_utils = { path = "../test_utils" } | ||