From bb827c3928ee6fc56c04e503be9f39ae70efee67 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 19 Feb 2026 10:09:18 +0000 Subject: feat: Refactor code structure and enhance functionality across multiple crates --- crates/texm/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/texm/Cargo.toml') diff --git a/crates/texm/Cargo.toml b/crates/texm/Cargo.toml index 216bb44..f9c49b6 100644 --- a/crates/texm/Cargo.toml +++ b/crates/texm/Cargo.toml @@ -4,4 +4,6 @@ version = "0.1.0" edition = "2021" [dev-dependencies] +common = { path = "../common" } nres = { path = "../nres" } +proptest = "1" -- cgit v1.2.3