account/.cargo/config.toml
Maple Nebel 2c7767124e
All checks were successful
Build and Test / account (push) Successful in 23m46s
switch to using nex-account for nex account management
2026-07-05 22:13:51 +02:00

5 lines
168 B
TOML

[target.'cfg(target_arch = "x86_64")']
rustflags = ["-C", "target-feature=+aes,+sse2"]
[registries]
spbr = { index = "sparse+https://crates.spbr.net/api/v1/crates/" }