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