feat(nex-servers): add nex token get stub and start working on grpc server

This commit is contained in:
DJMrTV 2025-03-07 15:14:43 +01:00
commit 02c46fca1d
10 changed files with 347 additions and 12 deletions

View file

@ -30,4 +30,11 @@ cbc = "0.1.2"
mii = { path = "./mii" }
minio = { git = "https://github.com/minio/minio-rs.git" }
crc32fast = "1.4.2"
gxhash = "3.4.1"
gxhash = "3.4.1"
tonic = "0.12.3"
prost = "0.13.4"
[build-dependencies]
tonic-build = "0.12.3"