Use vendored dependencies for Cargo
[hiphop-php.git] / hphp / hack / src / parser / ffi / Cargo.toml
blobfd1ec419cd5c1a6b4f52bd9735885d259f588d23
1 [package]
2 name = "hack_parser_ffi"
3 version = "3.49.0"
4 edition = "2018"
6 [dependencies]
7 parser_rust = { path = "..", package = "hack_parser" }
8 deps_rust = { path = "../../deps", package = "hack_deps" }
9 libc = "^0.2.60"
10 ocaml = "^0.7"
12 [lib]
13 name = "rust_parser_ffi"
14 path = "../rust_parser_ffi.rs"
15 crate-type = ["lib", "staticlib"]