summaryrefslogtreecommitdiff
path: root/serde_v8/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'serde_v8/Cargo.toml')
-rw-r--r--serde_v8/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/serde_v8/Cargo.toml b/serde_v8/Cargo.toml
index 8a9ee3337..4462b6d8c 100644
--- a/serde_v8/Cargo.toml
+++ b/serde_v8/Cargo.toml
@@ -9,6 +9,9 @@ readme = "README.md"
repository = "https://github.com/denoland/deno"
description = "Rust to V8 serialization and deserialization"
+[lib]
+path = "lib.rs"
+
[dependencies]
serde = { version = "1.0.130", features = ["derive"] }
serde_bytes = "0.11"