folly/build/fbcode_builder/manifests/fb303

[manifest]
name = fb303
fbsource_path = fbcode/fb303
shipit_project = fb303
shipit_fbcode_builder = true

[git]
repo_url = https://github.com/facebook/fb303.git

[cargo]
cargo_config_file = source/fb303/thrift/.cargo/config.toml

[crate.pathmap]
fb303_core = fb303/thrift

[build]
builder = cmake

[dependencies]
folly
gflags
glog
fbthrift

[cmake.defines.test=on]
BUILD_TESTS=ON

[cmake.defines.test=off]
BUILD_TESTS=OFF

[shipit.pathmap]
fbcode/fb303/github = .
fbcode/fb303/public_autocargo = fb303
fbcode/fb303 = fb303

[shipit.strip]
^fbcode/fb303/(?!public_autocargo).+/Cargo\.toml$