diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2022-11-28 12:47:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-28 12:47:25 +0100 |
| commit | 9202611e3695c7091f257b261af809697df959ab (patch) | |
| tree | ba4dcc28d4c9caf6cc8d9c2ba10c29c0ecd498ce /runtime/Cargo.toml | |
| parent | 1dd4843b62085a2aeb3134573adf9a7c47c154e2 (diff) | |
fix(runtime): feature-flag snapshot from snapshot (#16843)
Diffstat (limited to 'runtime/Cargo.toml')
| -rw-r--r-- | runtime/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index d130e9edc..ccfebe8af 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -12,6 +12,8 @@ description = "Provides the deno runtime library" [features] # "fake" feature that allows to generate docs on docs.rs docsrs = [] +# feature that modifies the snapshot to allow extending it +snapshot_from_snapshot = [] [lib] name = "deno_runtime" |
