summaryrefslogtreecommitdiff
path: root/build_extra/flatbuffers/rust/BUILD.gn
blob: 25ba496eee7eb6091bfe51fe88cb10c3605ad940 (plain)
1
2
3
4
5
import("//build_extra/rust/rust.gni")

rust_component("flatbuffers") {
  source_root = "//third_party/flatbuffers/rust/flatbuffers/src/lib.rs"
}