feat: add basic remote copu
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-14 08:16:31 +01:00
parent 1b805ebf89
commit 881094e484
10 changed files with 1232 additions and 5 deletions

View File

@@ -14,3 +14,8 @@ dotenv.workspace = true
serde = { version = "1.0.197", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4"] }
tonic = { version = "0.12.3", features = ["tls", "tls-roots"] }
prost = "0.13.4"
prost-types = "0.13.4"
bytes = "1.9.0"
async-trait = "0.1.85"