not working, basic structure with grpc

This commit is contained in:
filipriec
2025-02-15 22:57:40 +01:00
parent 9233c769b0
commit b871d40759
10 changed files with 352 additions and 80 deletions

View File

@@ -5,8 +5,14 @@ edition = "2021"
[dependencies]
clap = { version = "4.5.29", features = ["derive"] }
dotenvy = "0.15.7"
prost = "0.13.5"
sqlx = { version = "0.8.3", features = ["postgres", "runtime-tokio"] }
sqlx = { version = "0.8.3", features = ["postgres", "runtime-tokio", "runtime-tokio-native-tls"] }
tokio = { version = "1.43.0", features = ["full", "macros"] }
tonic = "0.12.3"
tonic-build = "0.12.3"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
[build-dependencies]
tonic-build = "0.12"