Alan Stokes | 28254c3 | 2023-04-24 16:24:01 +0100 | [diff] [blame] | 1 | rust_library_rlib { |
| 2 | name: "libciborium_io_nostd", |
| 3 | crate_name: "ciborium_io", |
| 4 | cargo_env_compat: true, |
| 5 | cargo_pkg_version: "0.2.0", |
| 6 | srcs: ["src/lib.rs"], |
| 7 | edition: "2021", |
Alan Stokes | 58a3496 | 2023-05-02 10:06:50 +0100 | [diff] [blame] | 8 | features: ["alloc"], |
Alan Stokes | 28254c3 | 2023-04-24 16:24:01 +0100 | [diff] [blame] | 9 | prefer_rlib: true, |
| 10 | no_stdlibs: true, |
| 11 | stdlibs: [ |
Alan Stokes | 58a3496 | 2023-05-02 10:06:50 +0100 | [diff] [blame] | 12 | "liballoc.rust_sysroot", |
Alan Stokes | 28254c3 | 2023-04-24 16:24:01 +0100 | [diff] [blame] | 13 | "libcompiler_builtins.rust_sysroot", |
| 14 | "libcore.rust_sysroot", |
| 15 | ], |
| 16 | apex_available: [ |
| 17 | "//apex_available:platform", |
| 18 | "//apex_available:anyapex", |
| 19 | ], |
| 20 | } |