app/.cargo/config.toml

6 lines
187 B
TOML
Raw Normal View History

2022-02-11 04:48:06 +00:00
[target.'cfg(all(target_env = "musl", target_pointer_width = "64"))'.dependencies.jemallocator]
version = "0.3"
[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"