aboutsummaryrefslogtreecommitdiff
path: root/crates/test_utils/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2021-02-09 16:29:40 +0000
committerAleksey Kladov <[email protected]>2021-02-09 17:25:39 +0000
commit4b1279d0b160d98c1429ca1a52b37aa7a0af5775 (patch)
tree8b71d80a070120904b76fca78d8db45b3000e9b3 /crates/test_utils/Cargo.toml
parent9ea2c96ddd0ad8c8898f1c65667a57a78ba2218c (diff)
Infra for "unit" benchmarking
Diffstat (limited to 'crates/test_utils/Cargo.toml')
-rw-r--r--crates/test_utils/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/test_utils/Cargo.toml b/crates/test_utils/Cargo.toml
index 06341f003..2a65000b8 100644
--- a/crates/test_utils/Cargo.toml
+++ b/crates/test_utils/Cargo.toml
@@ -17,3 +17,4 @@ serde_json = "1.0.48"
17rustc-hash = "1.1.0" 17rustc-hash = "1.1.0"
18 18
19stdx = { path = "../stdx", version = "0.0.0" } 19stdx = { path = "../stdx", version = "0.0.0" }
20profile = { path = "../profile", version = "0.0.0" }