rusty_v8/Cargo.toml

14 lines
224 B
TOML
Raw Normal View History

2019-10-07 23:56:41 +00:00
[package]
2019-11-01 01:01:29 +00:00
name = "rusty_v8"
version = "0.0.1"
2019-10-07 23:56:41 +00:00
authors = ["Bert Belder <bertbelder@gmail.com>"]
edition = "2018"
[dependencies]
lazy_static = "1.4.0"
libc = "0.2.65"
2019-10-16 01:31:05 +00:00
[build-dependencies]
2019-10-31 16:03:44 +00:00
cargo_gn = "0.0.13"
which = "3.0.0"