diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |