| cargo-raze crate build file. |
| DO NOT EDIT! Replaced on runs of cargo-raze |
| package(default_visibility = [ |
| # Public for visibility by "@raze__crate__version//" targets. |
| # Prefer access through "//proto/raze", which limits external |
| # visibility to explicit Cargo.toml dependencies. |
| "@io_bazel_rules_rust//rust:rust.bzl", |
| crate_root = "src/lib.rs", |
| srcs = glob(["**/*.rs"]), |
| "@raze__bytes__0_4_12//:bytes", |
| "@raze__futures__0_1_29//:futures", |
| "@raze__log__0_4_6//:log", |
| "@raze__mio__0_6_21//:mio", |
| "@raze__tokio_codec__0_1_2//:tokio_codec", |
| "@raze__tokio_io__0_1_13//:tokio_io", |
| "@raze__tokio_reactor__0_1_12//:tokio_reactor", |
| # Unsupported target "udp" with type "test" omitted |