summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@gmail.com>2021-03-26 03:36:46 +0100
committerGitHub <noreply@github.com>2021-03-25 22:36:46 -0400
commit3d2e05dc7b6735fe0b81ceb6fe469270da56aff4 (patch)
tree6f62852cb1ae3eee02ab51f7115703665ad232d1 /Cargo.toml
parente7954413e16d5814db5da6389f8d6e0c328812aa (diff)
Introduce serde_v8 (#9722)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
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