diff options
Diffstat (limited to 'tvix/eval/Cargo.lock')
-rw-r--r-- | tvix/eval/Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/Cargo.lock b/tvix/eval/Cargo.lock index 5e9aaa08679b..e4ab0214af98 100644 --- a/tvix/eval/Cargo.lock +++ b/tvix/eval/Cargo.lock @@ -1223,6 +1223,7 @@ dependencies = [ "rnix", "rowan", "rustyline", + "serde", "serde_json", "smol_str", "tabwriter", |