Multiply entities beyond necessity even more (force better build parallelism)
[hiphop-php.git] / hphp / hack / src / parser / flatten_smart_constructors / Cargo.toml
blob93c1a7e100e09be606ec87b835ac49061682c0ba
1 [package]
2 name = "flatten_smart_constructors"
3 version = "3.49.0"
4 edition = "2018"
6 [lib]
7 name = "flatten_smart_constructors"
8 path = "../flatten_smart_constructors.rs"
10 [dependencies]
11 parser_core_types = { path = "../core_types", package = "hack_parser_core_types" }
12 parser_rust = { path = "..", package = "hack_parser" }