Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/text-edit/Cargo.toml')
| -rw-r--r-- | crates/text-edit/Cargo.toml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/crates/text-edit/Cargo.toml b/crates/text-edit/Cargo.toml deleted file mode 100644 index dc6b3d31a0..0000000000 --- a/crates/text-edit/Cargo.toml +++ /dev/null @@ -1,20 +0,0 @@ -[package] -name = "text-edit" -version = "0.0.0" -repository.workspace = true -description = "Representation of a `TextEdit` for rust-analyzer." - -authors.workspace = true -edition.workspace = true -license.workspace = true -rust-version.workspace = true - -[lib] -doctest = false - -[dependencies] -itertools.workspace = true -text-size.workspace = true - -[lints] -workspace = true
\ No newline at end of file |