feat: with sdk

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-18 01:31:58 +02:00
parent c51cd4dfc1
commit 95acdf4f4a
8 changed files with 1086 additions and 4 deletions

View File

@@ -12,3 +12,8 @@ clap = { version = "4", features = ["derive", "env"] }
dotenv = { version = "0.15" }
axum = { version = "0.7" }
drift = { git = "https://github.com/kjuulh/drift", branch = "main" }
async-trait = "0.1"
tonic = "0.12.1"
bytes = "1.7.1"
prost = "0.13.1"
prost-types = "0.13.1"