Initial commit

This commit is contained in:
2026-01-26 18:04:07 +02:00
commit 0786cf0165
45 changed files with 12608 additions and 0 deletions

13
crates/shared/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "shared"
version = "0.1.0"
edition = "2021"
[dependencies]
prost = "0.14.3"
serde = { version = "1.0.228", features = ["derive"] }
tonic = "0.14.2"
tonic-prost = "0.14.2"
[build-dependencies]
tonic-prost-build = "0.14.2"