0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-03-09 13:38:51 -04:00
rusty-v8/Cargo.toml

30 lines
516 B
TOML
Raw Normal View History

2019-10-08 01:56:41 +02:00
[package]
2019-10-31 21:01:29 -04:00
name = "rusty_v8"
version = "0.0.2"
description = "Rust bindings to V8"
readme = "README.md"
authors = ["the Deno authors"]
license = "MIT"
2019-10-08 01:56:41 +02:00
edition = "2018"
repository = "https://github.com/denoland/rusty_v8"
exclude = [
".cipd",
".gclient_entries",
"v8",
"build",
"buildtools",
"tools/clang",
"third_party/jinja2",
"third_party/markupsafe",
"third_party/llvm-build",
".landmines",
]
2019-10-08 01:56:41 +02:00
[dependencies]
lazy_static = "1.4.0"
libc = "0.2.65"
2019-10-15 18:31:05 -07:00
[build-dependencies]
2019-10-31 12:03:44 -04:00
cargo_gn = "0.0.13"
which = "3.0.0"