aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-01-05 20:52:26 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2025-01-05 20:52:26 +0100
commit0fca7c5476099212ed1fa9ed812aa456ba004300 (patch)
tree3acacb019691f56a510ddf21f929816e45d21d9a /Cargo.toml
parentb17907faf8d9693cef94a6048d802bd4ced9102f (diff)
Add tests for utils and metadata
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5a64824..cfea8d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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