aboutsummaryrefslogtreecommitdiff
path: root/crates/texm/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/texm/Cargo.toml')
-rw-r--r--crates/texm/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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"