Rename directory hhbc to hackc
[hiphop-php.git] / hphp / hack / src / hackc / hhbc / cargo / hhas_constant / Cargo.toml
blobce9a0c772291202ec3896b6d6db8a77cbfe40c89
1 # @generated by autocargo from //hphp/hack/src/hackc/hhbc:hhas_constant
2 [package]
3 name = "hhas_constant"
4 version = "0.0.0"
5 edition = "2021"
7 [lib]
8 path = "../../hhas_constant.rs"
10 [dependencies]
11 ast_constant_folder = { path = "../ast_constant_folder" }
12 emit_expression = { path = "../../../emitter/cargo/emit_expression" }
13 env = { path = "../../../emitter/cargo/env" }
14 ffi = { path = "../../../../utils/ffi" }
15 hhbc_id = { path = "../hhbc_id" }
16 instruction_sequence = { path = "../../../emitter/cargo/instruction_sequence" }
17 oxidized = { path = "../../../../oxidized" }
18 runtime = { path = "../../../emitter/cargo/runtime" }