diff options
Diffstat (limited to 'tvix/castore/Cargo.toml')
-rw-r--r-- | tvix/castore/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/castore/Cargo.toml b/tvix/castore/Cargo.toml index 69da905a8777..573c7daa084f 100644 --- a/tvix/castore/Cargo.toml +++ b/tvix/castore/Cargo.toml @@ -36,6 +36,7 @@ tonic-build = "0.10.2" test-case = "2.2.2" tempfile = "3.3.0" tokio-retry = "0.3.0" +hex-literal = "0.4.1" [features] default = [] |