nex-account/Cargo.toml

15 lines
313 B
TOML
Raw Normal View History

2026-06-16 13:47:49 +02:00
[package]
name = "nex-account"
version = "0.1.0"
edition = "2024"
[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"] }
[build-dependencies]
tonic-prost-build = "0.14.6"