initial project structure

This commit is contained in:
filipriec
2025-02-13 11:58:32 +01:00
parent d881fbf9af
commit 9233c769b0
9 changed files with 1834 additions and 187 deletions

View File

@@ -4,7 +4,9 @@ version = "0.1.0"
edition = "2021"
[dependencies]
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
tokio = { version = "1.43.0", features = ["full"] }
tokio-postgres = { version = "0.7.13", features = ["with-uuid-1"] }
clap = { version = "4.5.29", features = ["derive"] }
prost = "0.13.5"
sqlx = { version = "0.8.3", features = ["postgres", "runtime-tokio"] }
tokio = { version = "1.43.0", features = ["full", "macros"] }
tonic = "0.12.3"
tonic-build = "0.12.3"