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

13 lines
202 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.1"
2019-10-08 01:56:41 +02:00
authors = ["Bert Belder <bertbelder@gmail.com>"]
edition = "2018"
[dependencies]
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"