kythe-indexer 0.1.0

A plugin for generating knowledge graphs of Rust code
1
2
3
4
5
6
7
8
9
package(default_visibility = ["//kythe:default_visibility"])

load("//tools/build_rules/rust:cargo.bzl", "cargo_lib", "cargo_bin", "cargo_test")

cargo_lib(
    name = "libkythe_indexer",
    lib_type = "dylib",
    loc = "kythe/rust/indexer/",
)