diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-05-04 14:28:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-04 14:28:42 -0400 |
| commit | 5270c43e412cc636cd9923182169d166d181f78a (patch) | |
| tree | 640c90a70f7dd7bc91f5e942e1eaa5a7914ae46b /Cargo.toml | |
| parent | 4b645676d62fd595ecac47e24be1b83a3ba636c6 (diff) | |
refactor(ext/fs): boxed deno_fs::FileSystem (#18945)
1. Boxed `File` and `FileSystem` to allow more easily passing this
through the CLI code (as shown within this pr).
2. `StdFileResource` is now `FileResource`. `FileResource` now contains
an `Rc<dyn File>`.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index f7f6d553b..4ffac7e79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,6 +92,7 @@ dlopen = "0.1.8" encoding_rs = "=0.8.31" ecb = "=0.1.1" fastwebsockets = "=0.3.1" +filetime = "0.2.16" flate2 = "=1.0.24" fs3 = "0.5.0" futures = "0.3.21" |
