nex-account/Cargo.toml
2026-06-21 02:59:21 +02:00

19 lines
416 B
TOML

[package]
name = "nex-account"
version = "0.1.3"
edition = "2024"
publish = ["spbr"]
[dependencies]
prost = "0.14.3"
tonic-prost = "*"
tonic = "0.14.6"
tokio = { version = "1.52.3", features = ["macros", "rt-multi-thread"] }
sqlx = { version = "0.9.0", features = ["postgres", "runtime-tokio"] }
log = "0.4.32"
simplelog = "0.12.2"
hmac = "0.13.0"
md-5 = "0.11.0"
[build-dependencies]
tonic-prost-build = "0.14.6"