Multiply entities beyond necessity even more (force better build parallelism)
[hiphop-php.git] / hphp / hack / src / parser / coroutine_parser_leak_tree_ffi / Cargo.toml
blob5c4b5e5cc0c97f5f778cf894df867b6fad2ca333
1 [package]
2 name = "coroutine_parser_leak_tree_ffi"
3 version = "3.49.0"
4 edition = "2018"
6 [lib]
7 name = "coroutine_parser_leak_tree_ffi"
8 path = "../coroutine_parser_leak_tree_ffi.rs"
10 [dependencies]
11 coroutine_parser_leak_tree = { path = "../coroutine_parser_leak_tree", package = "coroutine_parser_leak_tree" }
12 parser_rust = { path = "..", package = "hack_parser" }
13 syntax_tree = { path = "../syntax_tree", package = "syntax_tree" }
14 libc = "^0.2.60"
15 parser_core_types = { path = "../core_types", package = "hack_parser_core_types" }
16 rust_parser_ffi = { path = "../rust_parser_ffi", package = "rust_parser_ffi" }
17 rust_to_ocaml = { path = "../rust_to_ocaml", package = "rust_to_ocaml" }
18 ocamlpool_rust = { path = "../../utils/ocamlpool_rust", package = "hack_utils_ocamlpool" }
19 ocaml = "^0.7"
20 oxidized = { path = "../../oxidized", package = "hack_oxidized" }