forked from spacebar/account
5 lines
168 B
TOML
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/" }
|