feat: add initial

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-02-26 21:52:50 +01:00
commit 3162971c89
48 changed files with 3041 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "sq-grpc-interface"
version.workspace = true
edition.workspace = true
[dependencies]
prost = { workspace = true }
prost-types = { workspace = true }
tonic = { workspace = true }
tonic-prost = { workspace = true }

View File

@@ -0,0 +1,2 @@
// This file will be generated by `buf generate`.
// Placeholder for initial workspace compilation.

View File

@@ -0,0 +1,6 @@
#[path = "./grpc/sq/v1/sq.v1.rs"]
#[allow(clippy::all)]
pub mod grpc;
#[allow(unused_imports)]
pub use grpc::*;