diff options
Diffstat (limited to 'tvix/eval/Cargo.toml')
-rw-r--r-- | tvix/eval/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index c99bea4f7125..29862f97d8e4 100644 --- a/tvix/eval/Cargo.toml +++ b/tvix/eval/Cargo.toml @@ -36,6 +36,7 @@ data-encoding = { workspace = true } rustc-hash = { workspace = true } nohash-hasher = { workspace = true } vu128 = { workspace = true } +thiserror.workspace = true [dev-dependencies] criterion = { workspace = true } |