moving to config.toml

This commit is contained in:
filipriec
2025-02-17 20:09:53 +01:00
parent c150296274
commit c5dee41757
7 changed files with 215 additions and 65 deletions

View File

@@ -16,6 +16,7 @@ serde_json = "1.0.138"
serde_with = "3.12.0"
sqlx = { version = "0.8.3", features = ["postgres", "runtime-tokio", "runtime-tokio-native-tls", "time"] }
tokio = { version = "1.43.0", features = ["full", "macros"] }
toml = "0.8.20"
tonic = "0.12.3"
tonic-build = "0.12.3"
tracing = "0.1.41"