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
2021-03-25 22:36:46 -04:00

16 lines
280 B
TOML

[package]
name = "serde_v8"
version = "0.0.0"
authors = ["Aaron O'Mullan <aaron.omullan@gmail.com>"]
edition = "2018"
[dependencies]
serde = { version = "1.0.123", features = ["derive"] }
rusty_v8 = "0.21.0"
[dev-dependencies]
serde_json = "1.0.62"
[[example]]
name = "basic"