mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
19 lines
401 B
TOML
19 lines
401 B
TOML
[package]
|
|
name = "serde_v8"
|
|
version = "0.1.0"
|
|
authors = ["the Deno authors"]
|
|
edition = "2018"
|
|
description = "Rust to V8 serialization and deserialization"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
repository = "https://github.com/denoland/deno"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0.123", features = ["derive"] }
|
|
rusty_v8 = "0.21.0"
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1.0.62"
|
|
|
|
[[example]]
|
|
name = "basic"
|