blob: 1db2e43b473f16a0a905befb6632fa260e8413f6 [file] [log] [blame]
rust_library_rlib {
name: "libbyteorder_nostd",
crate_name: "byteorder",
cargo_env_compat: true,
cargo_pkg_version: "1.4.3",
srcs: ["src/lib.rs"],
edition: "2018",
prefer_rlib: true,
no_stdlibs: true,
stdlibs: [
"libcompiler_builtins.rust_sysroot",
"libcore.rust_sysroot",
],
vendor_available: true,
}