diff options
Diffstat (limited to 'tvix/eval/Cargo.lock')
-rw-r--r-- | tvix/eval/Cargo.lock | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tvix/eval/Cargo.lock b/tvix/eval/Cargo.lock index e4ab0214af98..ecc25045b587 100644 --- a/tvix/eval/Cargo.lock +++ b/tvix/eval/Cargo.lock @@ -1230,6 +1230,16 @@ dependencies = [ "tempdir", "test-generator", "test-strategy", + "tvix-eval-builtin-macros", +] + +[[package]] +name = "tvix-eval-builtin-macros" +version = "0.0.1" +dependencies = [ + "proc-macro2 1.0.43", + "quote 1.0.21", + "syn 1.0.99", ] [[package]] |