xref: /aosp_15_r20/external/angle/build/rust/std/fake_root/Cargo.toml.template (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1[package]
2name = "fake_root"
3version = "0.1.0"
4edition = "2021"
5
6[dependencies]
7
8[dependencies.sysroot]
9path = "../../../../RUST_SRC_ROOT/library/sysroot"
10default-features = false
11features = [
12    "backtrace",
13    "panic-unwind",
14    "profiler",
15    "std_detect_dlsym_getauxval",
16    "std_detect_file_io"
17]
18
19[patch.crates-io]
20rustc-std-workspace-core = { path = '../../../../RUST_SRC_ROOT/library/rustc-std-workspace-core' }
21rustc-std-workspace-alloc = { path = '../../../../RUST_SRC_ROOT/library/rustc-std-workspace-alloc' }
22rustc-std-workspace-std = { path = '../../../../RUST_SRC_ROOT/library/rustc-std-workspace-std' }
23