sapling/build/fbcode_builder/manifests/fb303-source
Alex Hornby b4eb9ced21 add public_autocargo
Summary: Adding this will allow autocargo references to the fb303 rust thrift targets rather than needing to hardcode internal or external paths

Reviewed By: HarveyHunt

Differential Revision: D32693526

fbshipit-source-id: 2cbe7424e41d0a3823629ab2eb7b6efed3a1c97f
2021-12-06 09:27:21 -08:00

20 lines
359 B
Plaintext

[manifest]
name = fb303-source
fbsource_path = fbcode/fb303
shipit_project = fb303
shipit_fbcode_builder = false
[git]
repo_url = https://github.com/facebook/fb303.git
[build]
builder = nop
[shipit.pathmap]
fbcode/fb303/github = .
fbcode/fb303/public_autocargo = fb303
fbcode/fb303 = fb303
[shipit.strip]
^fbcode/fb303/(?!public_autocargo).+/Cargo\.toml$