aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d9971b0..56a10d0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -9,6 +9,7 @@ dependencies = [
"gema_texto",
"serde",
"serde_json",
+ "test_utilities",
"time",
]
@@ -119,6 +120,10 @@ dependencies = [
]
[[package]]
+name = "test_utilities"
+version = "7.1.0"
+
+[[package]]
name = "time"
version = "0.3.37"
source = "registry+https://github.com/rust-lang/crates.io-index"