mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-03-09 13:38:51 -04:00
12 lines
202 B
TOML
12 lines
202 B
TOML
[package]
|
|
name = "rusty_v8"
|
|
version = "0.0.1"
|
|
authors = ["Bert Belder <bertbelder@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
libc = "0.2.65"
|
|
|
|
[build-dependencies]
|
|
cargo_gn = "0.0.13"
|
|
which = "3.0.0"
|