diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-08-18 17:35:02 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-18 17:35:02 +0530 |
| commit | cd21cff29942f24ba7d38287186cce64d0e84e56 (patch) | |
| tree | e663eff884526ee762ae9141a3cf5a0f6967a84e /Cargo.toml | |
| parent | 0b0843e4a54d7c1ddf293ac1ccee2479b69a5ba9 (diff) | |
feat(ext/flash): An optimized http/1.1 server (#15405)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl>
Co-authored-by: crowlkats <crowlkats@toaxl.com>
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 2609221b6..91b9a0d65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,7 @@ members = [ "ext/console", "ext/crypto", "ext/fetch", + "ext/flash", "ext/ffi", "ext/http", "ext/net", @@ -134,6 +135,8 @@ opt-level = 3 opt-level = 3 [profile.release.package.deno_http] opt-level = 3 +[profile.release.package.deno_flash] +opt-level = 3 [profile.release.package.deno_net] opt-level = 3 [profile.release.package.deno_web] |
