1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/serde_v8/Cargo.toml

20 lines
401 B
TOML
Raw Normal View History

2021-03-25 22:36:46 -04:00
[package]
name = "serde_v8"
version = "0.1.0"
authors = ["the Deno authors"]
2021-03-25 22:36:46 -04:00
edition = "2018"
description = "Rust to V8 serialization and deserialization"
license = "MIT"
readme = "README.md"
repository = "https://github.com/denoland/deno"
2021-03-25 22:36:46 -04:00
[dependencies]
serde = { version = "1.0.123", features = ["derive"] }
rusty_v8 = "0.21.0"
[dev-dependencies]
serde_json = "1.0.62"
[[example]]
name = "basic"