Also gen .a via Cargo for linking to OCaml binaries
[hiphop-php.git] / hphp / hack / src / parser / Cargo.toml
blob674125f7e6b83dfa1e24ff8a472f5e6f1b98353a
1 [package]
2 name = "hack_parser"
3 version = "3.49.0"
4 edition = "2018"
6 [lib]
7 name = "parser_rust"
8 path = "lib.rs"
9 crate-type = ["lib", "staticlib"]
11 [dependencies]
12 ocaml = "^0.7"