mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-25 08:53:01 +02:00
12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
rust_binary {
|
|
name: "hello_rust_logs",
|
|
crate_name: "hello_rust_logs",
|
|
srcs: ["src/main.rs"],
|
|
rustlibs: [
|
|
"liblog_rust",
|
|
"liblogger",
|
|
],
|
|
prefer_rlib: true,
|
|
host_supported: true,
|
|
}
|