aboutsummaryrefslogtreecommitdiff
path: root/crates/expect/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-06-27 20:13:49 +0100
committerAleksey Kladov <[email protected]>2020-06-27 20:14:25 +0100
commita9b4fb034bab194bef80c75f146288e55ae8aa2d (patch)
tree192b7e2e9032db82c1b29bcd3a0551023c470bd0 /crates/expect/Cargo.toml
parent175e48e5be46faf6338d36907c6caf10c2d056f1 (diff)
Add colors
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" }