add spbr kellnr
This commit is contained in:
parent
6381932c86
commit
4d38a212d8
2 changed files with 3 additions and 0 deletions
2
.cargo/config.toml
Normal file
2
.cargo/config.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
[registries]
|
||||||
|
spbr = { index = "sparse+https://crates.spbr.net/api/v1/crates/" }
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
name = "nex-account"
|
name = "nex-account"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
publish = ["spbr"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
prost = "0.14.3"
|
prost = "0.14.3"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue