blob: 7a8192f5617f889309f213a477f71075ca54bf1d [file]
load("@rules_rust//rust:defs.bzl", "rust_library")
rust_library(
name = "hello",
srcs = ["hello.rs"],
)