From 0fca7c5476099212ed1fa9ed812aa456ba004300 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 5 Jan 2025 20:52:26 +0100 Subject: Add tests for utils and metadata --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') 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 -- cgit