switch to using nex-account for nex account management
All checks were successful
Build and Test / account (push) Successful in 23m46s

This commit is contained in:
Maple Nebel 2026-07-05 22:13:51 +02:00
commit 2c7767124e
6 changed files with 1364 additions and 1066 deletions

View file

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