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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/expect/Cargo.toml b/crates/expect/Cargo.toml
index 09eb57a43..caee43106 100644
--- a/crates/expect/Cargo.toml
+++ b/crates/expect/Cargo.toml
@@ -6,4 +6,5 @@ edition = "2018"
6 6
7[dependencies] 7[dependencies]
8once_cell = "1" 8once_cell = "1"
9difference = "2"
9stdx = { path = "../stdx" } 10stdx = { path = "../stdx" }