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 4c1cf4f30223..48156dc1e7b0 100644 --- a/tvix/eval/Cargo.toml +++ b/tvix/eval/Cargo.toml @@ -7,6 +7,7 @@ edition = "2021" [dependencies] rnix = "0.10.2" +smol_str = "0.1" [dev-dependencies] criterion = "0.3.6" |