aboutsummaryrefslogtreecommitdiff
path: root/crates/expect/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/expect/Cargo.toml')
-rw-r--r--crates/expect/Cargo.toml15
1 files changed, 0 insertions, 15 deletions
diff --git a/crates/expect/Cargo.toml b/crates/expect/Cargo.toml
deleted file mode 100644
index b54d3a60e..000000000
--- a/crates/expect/Cargo.toml
+++ /dev/null
@@ -1,15 +0,0 @@
1[package]
2name = "expect"
3version = "0.0.0"
4license = "MIT OR Apache-2.0"
5authors = ["rust-analyzer developers"]
6edition = "2018"
7
8[lib]
9doctest = false
10
11[dependencies]
12once_cell = "1"
13difference = "2"
14
15stdx = { path = "../stdx" }