sapling/apiserver
Stanislau Hlebik 4d48415149 mononoke: split metaconfig crate
Summary:
Currently if a crate depends even on a single type from metaconfig then in
order to compile this trait buck first compiles metaconfig crate with all the
logic of parsing the configs.

This diff split metaconfig into two crates. The first one just holds the types for
"external consumption" by other crates. The second holds the parsing logic.

That makes builds faster

Reviewed By: jsgf, lukaspiatkowski

Differential Revision: D13877592

fbshipit-source-id: f353fb2d1737845bf1fa0de515ff8ef131020063
2019-01-31 00:41:48 -08:00
..
client/src Implement UnionType for Revision in Thrift parameters 2019-01-29 03:42:28 -08:00
if Implement UnionType for Revision in Thrift parameters 2019-01-29 03:42:28 -08:00
src mononoke: split metaconfig crate 2019-01-31 00:41:48 -08:00
Cargo.toml Add Cargo.toml files to crates. (#7) 2018-07-09 19:52:27 -07:00