diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-05 20:52:26 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-05 20:52:26 +0100 |
| commit | 0fca7c5476099212ed1fa9ed812aa456ba004300 (patch) | |
| tree | 3acacb019691f56a510ddf21f929816e45d21d9a /Cargo.toml | |
| parent | b17907faf8d9693cef94a6048d802bd4ced9102f (diff) | |
Add tests for utils and metadata
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ time = { version = "0.3.37", features = ["macros", "formatting"] } serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.134" +[dev-dependencies] +test_utilities = { path = "test_utilities" } + [profile.release] strip = true lto = true |