about summary refs log tree commit diff
path: root/tvix/nix-compat-derive/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/nix-compat-derive/Cargo.toml')
-rw-r--r--tvix/nix-compat-derive/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/nix-compat-derive/Cargo.toml b/tvix/nix-compat-derive/Cargo.toml
index da6d6744e650..bc656b42842c 100644
--- a/tvix/nix-compat-derive/Cargo.toml
+++ b/tvix/nix-compat-derive/Cargo.toml
@@ -14,6 +14,7 @@ syn = { version = "2.0.76", features = ["full", "extra-traits"] }
 [dev-dependencies]
 hex-literal = { workspace = true }
 pretty_assertions = { workspace = true }
+proptest = { workspace = true, features = ["std", "alloc", "tempfile"] }
 rstest = { workspace = true }
 tokio-test = { workspace = true }
 tokio = { workspace = true, features = ["io-util", "macros"] }