mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-24 15:19:31 -05:00
29 lines
516 B
TOML
29 lines
516 B
TOML
[package]
|
|
name = "rusty_v8"
|
|
version = "0.0.2"
|
|
description = "Rust bindings to V8"
|
|
readme = "README.md"
|
|
authors = ["the Deno authors"]
|
|
license = "MIT"
|
|
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",
|
|
]
|
|
|
|
[dependencies]
|
|
lazy_static = "1.4.0"
|
|
libc = "0.2.65"
|
|
|
|
[build-dependencies]
|
|
cargo_gn = "0.0.13"
|
|
which = "3.0.0"
|