diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-06-04 19:35:51 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-07-08 18:18:28 -0400 |
| commit | d641782c823317a2d2f64d646a0d5b8b6c22b771 (patch) | |
| tree | a03beb0939a46333636d0de68eee052978103cfe /core/Cargo.toml | |
| parent | 79c3439f269f1e0e24003518e363988fa4f1da33 (diff) | |
Rewrite snapshot_creator in Rust
Diffstat (limited to 'core/Cargo.toml')
| -rw-r--r-- | core/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index b22bf7fe9..c41863da0 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -13,6 +13,10 @@ repository = "https://github.com/denoland/deno" [lib] path = "lib.rs" +[[bin]] +name = "snapshot_creator" +path = "snapshot_creator.rs" + [dependencies] futures = "0.1.27" lazy_static = "1.3.0" |
