sapling/futures-ext
Lukas Piatkowski 3f465ffb2c cargo_from_buck: generate single section in Cargo.toml from multiple targets
Summary:
This is the second diff in a stack that will change how multiple targets are generated inside Cargo.toml files.
Previously it used to be that every target is generated independently, which would guarantee invalid Cargo.toml creation, since multiple `[package]` or `[dependencies]` sections would be added.

In this diff the cargo_validator starts to expect only one generated section in Cargo.toml files and cargo_generator starts to generate only one section instead of multiple.

Reviewed By: farnz

Differential Revision: D18114194

fbshipit-source-id: 306b2fa297cf33a1e607d6914513f76a7e1c5580
2019-11-08 11:04:35 -08:00
..
src correct handling of already resolved DAG node 2019-11-08 04:07:13 -08:00
Cargo.toml cargo_from_buck: generate single section in Cargo.toml from multiple targets 2019-11-08 11:04:35 -08:00