diff options
| author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2021-03-26 03:36:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-25 22:36:46 -0400 |
| commit | 3d2e05dc7b6735fe0b81ceb6fe469270da56aff4 (patch) | |
| tree | 6f62852cb1ae3eee02ab51f7115703665ad232d1 /Cargo.toml | |
| parent | e7954413e16d5814db5da6389f8d6e0c328812aa (diff) | |
Introduce serde_v8 (#9722)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index e89ca19b7..ef7549164 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ members = [ "cli", "core", "runtime", + "serde_v8", "test_plugin", "test_util", "op_crates/crypto", @@ -42,4 +43,4 @@ opt-level = 3 [profile.release.package.async-compression] opt-level = 3 [profile.release.package.brotli-decompressor] -opt-level = 3
\ No newline at end of file +opt-level = 3 |
