diff options
Diffstat (limited to 'tvix/nix-compat/Cargo.toml')
-rw-r--r-- | tvix/nix-compat/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/nix-compat/Cargo.toml b/tvix/nix-compat/Cargo.toml index 3820ed6b1fcd..df7cc2d7b56d 100644 --- a/tvix/nix-compat/Cargo.toml +++ b/tvix/nix-compat/Cargo.toml @@ -19,6 +19,7 @@ thiserror = "1.0.38" [dev-dependencies] futures = { version = "0.3.28", default-features = false, features = ["executor"] } +lazy_static = "1.4.0" serde_json = "1.0" test-case = "2.2.2" |