Stop emitting pseudomains for fatal units in HackC
[hiphop-php.git] / hphp / hack / src / hhbc / cargo / hhas_program / Cargo.toml
blobc2a49fa2216b6bd3a83e1d8ccea0e228bbe29454
1 # @generated by autocargo from //hphp/hack/src/hhbc:hhas_program_rust
2 [package]
3 name = "hhas_program_rust"
4 edition = "2018"
5 version = "0.0.0"
6 include = ["../../hhas_program.rs"]
8 [lib]
9 path = "../../hhas_program.rs"
11 [dependencies]
12 hhas_adata_rust = { path = "../hhas_adata" }
13 hhas_attribute_rust = { path = "../hhas_attribute" }
14 hhas_body_rust = { path = "../hhas_body" }
15 hhas_class_rust = { path = "../hhas_class" }
16 hhas_constant_rust = { path = "../hhas_constant" }
17 hhas_function_rust = { path = "../hhas_function" }
18 hhas_record_def_rust = { path = "../hhas_record_def" }
19 hhas_symbol_refs_rust = { path = "../hhas_symbol_refs" }
20 hhas_typedef_rust = { path = "../hhas_typedef" }
21 hhbc_ast_rust = { path = "../hhbc_ast" }
22 oxidized = { path = "../../../oxidized" }