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 468ef8ec3528..2a421280b82b 100644 --- a/tvix/castore/Cargo.toml +++ b/tvix/castore/Cargo.toml @@ -23,6 +23,7 @@ tracing = "0.1.37" url = "2.4.0" walkdir = "2.4.0" bstr = "1.6.0" +async-tempfile = "0.4.0" [dependencies.tonic-reflection] optional = true |